fix: blockquote sibling children style

This commit is contained in:
Devin Haska 2024-02-22 17:39:39 -08:00
parent d5cffcb376
commit 6b172da8be
4 changed files with 7 additions and 1 deletions

View file

@ -3,6 +3,7 @@ title: A Primer on Canadian Government
date: "2021-01-27"
excerpt: Canadas parliamentary system explained.
tags: ["canada", "government"]
favourite: true
---
In the last four years Ive 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 Im foggy at best on how Canadas government functions. I decided to educate myself.

View file

@ -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.

View file

@ -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)" %}

View file

@ -94,6 +94,10 @@ blockquote {
background-color: var(--color-surface);
}
blockquote > * + * {
margin-top: 1em;
}
:focus-visible {
outline: 3px solid;
outline-color: var(--color-primary);