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

@@ -182,7 +182,7 @@ a {
#source .row>.row-title {
font-size: 1.05em;
color: var(--app-tint-color);
color: var(--app-tint-color) !important;
}
#source .bi {

View File

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