From 656b51a46c21c939b77b38e89b5a462d5c70ebf6 Mon Sep 17 00:00:00 2001 From: foxster-mp4 Date: Mon, 29 May 2023 22:11:23 -0700 Subject: [PATCH] Fix text not changing color in dark mode --- css/app.css | 2 +- css/shared.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/css/app.css b/css/app.css index e3e3bb9..6f0018f 100644 --- a/css/app.css +++ b/css/app.css @@ -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 { diff --git a/css/shared.css b/css/shared.css index 1a42b39..95e2659 100644 --- a/css/shared.css +++ b/css/shared.css @@ -32,7 +32,7 @@ p, h1, h2 { - color: white; + color: white !important; } #nav-bar {