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;