From 2a346a357075a8d4ba6c57586b33868b44dcab3a Mon Sep 17 00:00:00 2001 From: Jeremy Date: Sun, 30 Nov 2025 23:03:16 -0500 Subject: [PATCH] Test footer (pour la case jaune qui impacte le rendu ;-;) --- www/css/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/www/css/style.css b/www/css/style.css index a599b7f..a2113fe 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -106,7 +106,7 @@ nav a:hover { display: contents; } -footer { +footer:not(#updateDate) { background-color: #13172c; text-align: center; color: #ffefe5; @@ -117,7 +117,7 @@ footer { align-items: center; } -footer a { +footer a:not(#updateDate) { display: inline-block; text-decoration: none; color: #ffefe5; @@ -127,7 +127,7 @@ footer a { border-radius: 20px; } -footer a:hover { +footer a:hover:not(#updateDate) { background-color: #b47871; }