fix: blockquote sibling children style
This commit is contained in:
parent
d5cffcb376
commit
6b172da8be
4 changed files with 7 additions and 1 deletions
|
@ -3,6 +3,7 @@ title: A Primer on Canadian Government
|
||||||
date: "2021-01-27"
|
date: "2021-01-27"
|
||||||
excerpt: Canada’s parliamentary system explained.
|
excerpt: Canada’s parliamentary system explained.
|
||||||
tags: ["canada", "government"]
|
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.
|
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.
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
title: "GMTK Game Jam Post-Mortem"
|
title: "GMTK Game Jam Post-Mortem"
|
||||||
date: "2021-07-03T07:25:56.354Z"
|
date: "2021-07-03T07:25:56.354Z"
|
||||||
excerpt: My first game jam ever.
|
excerpt: My first game jam ever.
|
||||||
draft: false
|
|
||||||
tags: ["gamejam", "gamedev"]
|
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.
|
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.
|
||||||
|
|
|
@ -4,6 +4,7 @@ date: 2020-07-26
|
||||||
excerpt: One guy's struggle to regain ownership of some MP3 files.
|
excerpt: One guy's struggle to regain ownership of some MP3 files.
|
||||||
tags: ["music", "beets", "plex"]
|
tags: ["music", "beets", "plex"]
|
||||||
youtube: true
|
youtube: true
|
||||||
|
favourite: true
|
||||||
---
|
---
|
||||||
|
|
||||||
{% youtube "qKSNABST4b0", "Rage Against The Machine - Take The Power Back (Audio)" %}
|
{% youtube "qKSNABST4b0", "Rage Against The Machine - Take The Power Back (Audio)" %}
|
||||||
|
|
|
@ -94,6 +94,10 @@ blockquote {
|
||||||
background-color: var(--color-surface);
|
background-color: var(--color-surface);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
blockquote > * + * {
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
:focus-visible {
|
:focus-visible {
|
||||||
outline: 3px solid;
|
outline: 3px solid;
|
||||||
outline-color: var(--color-primary);
|
outline-color: var(--color-primary);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue