From abd506d5bbc6671d43a27c3ec36b12462fde19fe Mon Sep 17 00:00:00 2001 From: Alex Cabal Date: Sat, 23 May 2020 20:32:44 -0500 Subject: [PATCH] Change dark mode body text to #fff --- www/css/core.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/css/core.css b/www/css/core.css index 8f79b700..33f59d13 100644 --- a/www/css/core.css +++ b/www/css/core.css @@ -83,7 +83,7 @@ --light-border: #222; --light-sub-text: #777; --light-body-bg: #e9e7e0; - --dark-body-text: #eee; + --dark-body-text: #fff; --dark-highlight: #3da5bb; --dark-button: #118460; --dark-button-highlight: #4ab089;