From 74ec05f9591c45ac4315a31a6d0b6fb5d8d514b3 Mon Sep 17 00:00:00 2001 From: Jeremy Date: Sun, 30 Nov 2025 23:10:38 -0500 Subject: [PATCH] Retrait du commit "2a346a3570" --- 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 a2113fe..a599b7f 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -106,7 +106,7 @@ nav a:hover { display: contents; } -footer:not(#updateDate) { +footer { background-color: #13172c; text-align: center; color: #ffefe5; @@ -117,7 +117,7 @@ footer:not(#updateDate) { align-items: center; } -footer a:not(#updateDate) { +footer a { display: inline-block; text-decoration: none; color: #ffefe5; @@ -127,7 +127,7 @@ footer a:not(#updateDate) { border-radius: 20px; } -footer a:hover:not(#updateDate) { +footer a:hover { background-color: #b47871; }