From 055c4dbbfba4145b24f210c66a1976a2032b3f53 Mon Sep 17 00:00:00 2001 From: Chris Dill Date: Thu, 1 Jul 2021 20:41:29 +0100 Subject: [PATCH] Update background-color for content --- static/css/global.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/static/css/global.css b/static/css/global.css index d1f7eff..4cc46a6 100755 --- a/static/css/global.css +++ b/static/css/global.css @@ -1,7 +1,8 @@ /* Dark theme */ :root { - --background-color: #2d2d2d; + --background-color: #36393f; + --header-color: #202225; --headings-color: #ffffff; --font-color: #ffffff; --border-color: #ffffff; @@ -43,7 +44,7 @@ hr { /* Navigation */ header { - background-color: var(--background-color); + background-color: var(--header-color); padding-top: 4px; padding-bottom: 4px; }