Public Access
5
0

Test footer (pour la case jaune qui impacte le rendu ;-;)

This commit is contained in:
2025-11-30 23:03:16 -05:00
parent 6e3ebac84d
commit 2a346a3570

View File

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