Public Access
5
0

Retrait du commit "2a346a3570"

This commit is contained in:
2025-11-30 23:10:38 -05:00
parent a30a759635
commit 74ec05f959

View File

@@ -106,7 +106,7 @@ nav a:hover {
display: contents; display: contents;
} }
footer:not(#updateDate) { footer {
background-color: #13172c; background-color: #13172c;
text-align: center; text-align: center;
color: #ffefe5; color: #ffefe5;
@@ -117,7 +117,7 @@ footer:not(#updateDate) {
align-items: center; align-items: center;
} }
footer a:not(#updateDate) { footer a {
display: inline-block; display: inline-block;
text-decoration: none; text-decoration: none;
color: #ffefe5; color: #ffefe5;
@@ -127,7 +127,7 @@ footer a:not(#updateDate) {
border-radius: 20px; border-radius: 20px;
} }
footer a:hover:not(#updateDate) { footer a:hover {
background-color: #b47871; background-color: #b47871;
} }