Test footer (pour la case jaune qui impacte le rendu ;-;)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user