From 045c983981b8673cd262122c5dd525ddb33e19d6 Mon Sep 17 00:00:00 2001 From: Louis-LJ <79785663+Louis-LJ@users.noreply.github.com> Date: Sun, 23 Jun 2024 12:29:08 +0200 Subject: [PATCH] fix --- Style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Style.css b/Style.css index 1c1cf4c..1874e7c 100644 --- a/Style.css +++ b/Style.css @@ -1,6 +1,6 @@ :root { color-scheme: light dark; /* both supported */ - --text: #0d1117; + --text: #161d27; --bg: #dddddd; --navbar-bg-color: hsl(0, 0%, 15%); --navbar-text-color: hsl(0, 0%, 85%); @@ -25,8 +25,8 @@ body { @media (prefers-color-scheme: dark) { :root { --text: #dddddd; - --bg: #0d1117; - --bgtabledark: #25282E; + --bg: #161d27; +/* --bgtabledark: #25282E;*/ } }