From 5c6dce989c0687e281eb51313f641d0ad11eb0ae Mon Sep 17 00:00:00 2001 From: Thomas Date: Sat, 7 Mar 2026 13:23:22 +0100 Subject: [PATCH] correction du code hex pour la barre de navigation --- static/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/style.css b/static/style.css index 46f6476..add3965 100644 --- a/static/style.css +++ b/static/style.css @@ -14,8 +14,7 @@ footer{ list-style-type: none; margin: 0px; padding: 0px; - background-color: #000000ccc; - display: flex; + background-color: #0000cc; } .nav-element{ @@ -24,11 +23,12 @@ footer{ .nav-link{ display: block; + text-align: center; color: white; padding: 14px 16px; text-decoration: none; } .nav-link:hover{ - background-color: light-blue; + background-color: #2222ff; }