diff --git a/src/content/posts/a-primer-on-canadian-government-01-2021.md b/src/content/posts/a-primer-on-canadian-government-01-2021.md index 273e7f9..604edb2 100644 --- a/src/content/posts/a-primer-on-canadian-government-01-2021.md +++ b/src/content/posts/a-primer-on-canadian-government-01-2021.md @@ -3,6 +3,7 @@ title: A Primer on Canadian Government date: "2021-01-27" excerpt: Canada’s parliamentary system explained. tags: ["canada", "government"] +favourite: true --- In the last four years I’ve learned an awful lot about how the United States’ government functions at a high level, and even on specifics like the House and Senate processes. Meanwhile I’m foggy at best on how Canada’s government functions. I decided to educate myself. diff --git a/src/content/posts/gmtk-post-mortem-2021.md b/src/content/posts/gmtk-post-mortem-2021.md index c368c05..966204f 100644 --- a/src/content/posts/gmtk-post-mortem-2021.md +++ b/src/content/posts/gmtk-post-mortem-2021.md @@ -2,8 +2,8 @@ title: "GMTK Game Jam Post-Mortem" date: "2021-07-03T07:25:56.354Z" excerpt: My first game jam ever. -draft: false tags: ["gamejam", "gamedev"] +favourite: true --- This year I participated in the [GMTK Game Jam](https://gmtk.itch.io) with two friends. It lasted 48 hours from June 11th to 13th. My main responsibility was the art department. diff --git a/src/content/posts/take-the-power-back-music.md b/src/content/posts/take-the-power-back-music.md index 0e8a382..4dbd0b3 100644 --- a/src/content/posts/take-the-power-back-music.md +++ b/src/content/posts/take-the-power-back-music.md @@ -4,6 +4,7 @@ date: 2020-07-26 excerpt: One guy's struggle to regain ownership of some MP3 files. tags: ["music", "beets", "plex"] youtube: true +favourite: true --- {% youtube "qKSNABST4b0", "Rage Against The Machine - Take The Power Back (Audio)" %} diff --git a/src/css/global/global-styles.css b/src/css/global/global-styles.css index 3ba4ae1..dc488d6 100644 --- a/src/css/global/global-styles.css +++ b/src/css/global/global-styles.css @@ -94,6 +94,10 @@ blockquote { background-color: var(--color-surface); } +blockquote > * + * { + margin-top: 1em; +} + :focus-visible { outline: 3px solid; outline-color: var(--color-primary);