Fix text not changing color in dark mode

This commit is contained in:
foxster-mp4
2023-05-29 22:11:23 -07:00
parent ca9457b506
commit 656b51a46c
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@
p,
h1,
h2 {
color: white;
color: white !important;
}
#nav-bar {