From 3c14dc1fb2161e4b092e46fa5c439c78c4e34a3d Mon Sep 17 00:00:00 2001 From: bobeeeze <59626956+bobeeeze@users.noreply.github.com> Date: Fri, 5 Jul 2024 08:28:34 +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 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; } }