From 25981030db91798e5a19a30772d6e67673342fc8 Mon Sep 17 00:00:00 2001 From: bobeeeze <59626956+bobeeeze@users.noreply.github.com> Date: Fri, 5 Jul 2024 09:01:44 +0200 Subject: [PATCH] test couleurs Style.css --- test/Style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } }