diff --git a/test/Style.css b/test/Style.css index 829cad5..9509ccf 100644 --- a/test/Style.css +++ b/test/Style.css @@ -1,6 +1,6 @@ :root { color-scheme: light dark; /* both supported */ - --text: #0d1117; + --text: #333333; --bg: #f3eeea; } @@ -13,7 +13,7 @@ body { @media (prefers-color-scheme: dark) { :root { --text: #f3eeea; - --bg: #2a3544; + --bg: #333333; } }