From c9adc1e7fbb82edc63bfedd46d13dd0f0efc1bc2 Mon Sep 17 00:00:00 2001 From: Thomas Date: Sat, 7 Mar 2026 13:45:55 +0100 Subject: [PATCH] suppression de la decoration de texte pour le lien vers la page d'acceuil --- static/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/style.css b/static/style.css index d481d74..8614303 100644 --- a/static/style.css +++ b/static/style.css @@ -33,3 +33,7 @@ footer{ .nav-link:hover{ background-color: #2222ff; } + +.home{ + text-decoration: none; +}