From 54b4a55aef7e4cf0d15d92946e838a6378cbd9a7 Mon Sep 17 00:00:00 2001 From: bobeeeze <59626956+bobeeeze@users.noreply.github.com> Date: Fri, 5 Jul 2024 09:15:12 +0200 Subject: [PATCH] Update Style.css --- Style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Style.css b/Style.css index abae4ae..0be7987 100644 --- a/Style.css +++ b/Style.css @@ -1,8 +1,8 @@ :root { color-scheme: light dark; /* both supported */ - --text: #545454; + --text: #3c3c3c; --bg: #3eeea; - --navbar-text-color: #545454; + --navbar-text-color: #3c3c3c; --navbar-bg-color: #3eeea; --navbar-text-color-focus: white; --navbar-bg-contrast: hsl(0, 0%, 25%); @@ -19,7 +19,7 @@ body { --text: #3eeea; --bg: #545454; --navbar-text-color: #3eeea; - --navbar-bg-color: #545454; + --navbar-bg-color: #3c3c3c; /* --bgtabledark: #25282E;*/ } }