From 7bf4512bdc7c9c826f728437d0104d374a78966b Mon Sep 17 00:00:00 2001 From: Chris Dill Date: Sat, 20 Nov 2021 19:28:34 +0000 Subject: [PATCH] Adjust background/font color --- static/css/global.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/css/global.css b/static/css/global.css index bd8336f..dcaa7d4 100755 --- a/static/css/global.css +++ b/static/css/global.css @@ -1,10 +1,10 @@ /* Dark theme */ :root { - --background-color: #36393f; + --background-color: #343a40; --header-color: #202225; --headings-color: #ffffff; - --font-color: #ffffff; + --font-color: #eeeeee; --border-color: #141414; --line-color: #ffffff; --link-color: #CC99FF;