Update style.css

This commit is contained in:
tips-of-mine
2025-06-16 16:19:49 +02:00
committed by GitHub
parent 15e417e766
commit e929ba4011

View File

@ -19,7 +19,7 @@ Les variables pour le mode sombre sont définies dans `dark-mode.css` en utilisa
--container-bg: #fff; --container-bg: #fff;
--container-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); --container-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
--header-bg: #004a99; --header-bg: #004a99;
--header-text: #fff; --header-text: #000;
--nav-bg: #e2e2e2; --nav-bg: #e2e2e2;
--nav-link-color: #0056b3; --nav-link-color: #0056b3;
--nav-link-hover-bg: #d1d1d1; --nav-link-hover-bg: #d1d1d1;