Fix font styling for dark mode and strong text

This commit is contained in:
Cassidy Williams
2023-04-08 14:46:54 -05:00
parent d6449a24dc
commit 0bc047028a
2 changed files with 13 additions and 3 deletions

View File

@@ -67,6 +67,9 @@ body.dark-mode nav {
body,
body button,
body h1,
body strong,
body b,
body em,
body blockquote,
body .go-home {
background: var(--black);