From f22ebf5d47bb0f74289bac674e9247f1410054ab Mon Sep 17 00:00:00 2001 From: Jeremy Date: Sat, 22 Nov 2025 18:04:08 -0500 Subject: [PATCH] Correction mineur des couleurs --- www/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/css/style.css b/www/css/style.css index 087066d..54a687f 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -22,7 +22,7 @@ body { nav { display: flex; - background-color: #B47871; + background-color: #13172c; justify-content: space-between; position: sticky; top: 0; @@ -53,7 +53,7 @@ nav a { nav a:hover { height: 40px; border-radius: 20px; - background-color: #273A56; + background-color: #B47871; } footer {