Add blockquote dark mode colors

This commit is contained in:
Cassidy Williams
2023-02-18 23:38:29 -06:00
parent 37cf7a7908
commit a912bb9ee4

View File

@@ -67,6 +67,7 @@ body.dark-mode nav {
body, body,
body button, body button,
body h1, body h1,
body blockquote,
body .go-home { body .go-home {
background: var(--black); background: var(--black);
color: var(--white); color: var(--white);