From 6ff832212d15a903433ffaae12bfda4fd0f1f71a Mon Sep 17 00:00:00 2001 From: Sylvain Lesage Date: Wed, 7 Jan 2026 11:15:29 +0100 Subject: [PATCH] copilot comment --- src/styles/colors.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/styles/colors.css b/src/styles/colors.css index 5a7e6bb..316ca24 100644 --- a/src/styles/colors.css +++ b/src/styles/colors.css @@ -21,7 +21,8 @@ :root { --black: #ffffff; --gray-1: #111111; - --white: var(--gray-1);/* #000000; */ + /* In source.coop, white, in dark mode, is not black (#000000), but a very dark gray */ + --white: var(--gray-1); --gray-2: #191919; --gray-3: #222222; --gray-4: #2a2a2a;