From 86d82746ebf30250fc11b81d7c3618828a04f516 Mon Sep 17 00:00:00 2001 From: Cassidy Williams <1454517+cassidoo@users.noreply.github.com> Date: Fri, 27 Jan 2023 18:23:24 -0600 Subject: [PATCH] Fix dark-mode for h1s for when I eventually look into this more --- src/style/global.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/style/global.css b/src/style/global.css index 199df8d..e013da4 100644 --- a/src/style/global.css +++ b/src/style/global.css @@ -48,6 +48,7 @@ b { body.dark-mode, body.dark-mode button, +body.dark-mode h1, body.dark-mode .go-home, button.dark-mode, button.dark-mode button {