From 91db7d2173f63fe3873d36f04c09850f624b1add Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Wed, 22 Jun 2022 15:32:28 -0400 Subject: [PATCH] Background color change; darker/more contrast. --- src/static/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/static/css/style.css b/src/static/css/style.css index faf40ca..f8debed 100644 --- a/src/static/css/style.css +++ b/src/static/css/style.css @@ -5,7 +5,7 @@ html { } body{ - background-color: #2B3033; + background-color: #1C1E21; } /*Post Authentication Box*/ @@ -137,7 +137,7 @@ For authenticated users: transition:0.2s ease-in-out; } .bg-dark.scrolled { - background-color:#000 !important; + background-color:#151619 !important; } #tea-steam-dark-1{