From e929ba40112b164e2c08d1bc7175a18a7f723e51 Mon Sep 17 00:00:00 2001 From: tips-of-mine <54597409+tips-of-mine@users.noreply.github.com> Date: Mon, 16 Jun 2025 16:19:49 +0200 Subject: [PATCH] Update style.css --- app/public/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/public/css/style.css b/app/public/css/style.css index b4a1c7d..2924eee 100644 --- a/app/public/css/style.css +++ b/app/public/css/style.css @@ -19,7 +19,7 @@ Les variables pour le mode sombre sont définies dans `dark-mode.css` en utilisa --container-bg: #fff; --container-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); --header-bg: #004a99; - --header-text: #fff; + --header-text: #000; --nav-bg: #e2e2e2; --nav-link-color: #0056b3; --nav-link-hover-bg: #d1d1d1;