From eaad84939708a670d1f0220a6a5a55418663392a Mon Sep 17 00:00:00 2001 From: Louis-LJ <79785663+Louis-LJ@users.noreply.github.com> Date: Sun, 23 Jun 2024 13:01:52 +0200 Subject: [PATCH] fix --- Style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Style.css b/Style.css index 0adb8cf..743953d 100644 --- a/Style.css +++ b/Style.css @@ -2,8 +2,8 @@ color-scheme: light dark; /* both supported */ --text: #161d27; --bg: #dddddd; - --navbar-bg-color: #161d27; - --navbar-text-color: #dddddd; + --navbar-bg-color: #dddddd; + --navbar-text-color: #161d27; --navbar-text-color-focus: white; --navbar-bg-contrast: hsl(0, 0%, 25%); } @@ -26,8 +26,8 @@ body { :root { --text: #dddddd; --bg: #161d27; - --navbar-bg-color: #dddddd; - --navbar-text-color: #161d27; + --navbar-bg-color: #161d27; + --navbar-text-color: #dddddd; /* --bgtabledark: #25282E;*/ } }