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