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; }