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