From b79d6132fbcb5fdc47fe11f4008e0c06e02a752b Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Fri, 5 Jul 2024 10:07:30 +0200 Subject: [PATCH] fix(a11y): correction du contraste sur la sidebar --- public/css/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/index.css b/public/css/index.css index b852e25..a8e2fdd 100644 --- a/public/css/index.css +++ b/public/css/index.css @@ -40,7 +40,7 @@ --text-color-link-visited: #c92a2a; --background-color: #fafafa; - --background-menu: #495057; + --background-menu: #212529; --text-color: var(--color-gray-90);