Test footer (pour la case jaune qui impacte le rendu ;-;)
This commit is contained in:
@@ -106,7 +106,7 @@ nav a:hover {
|
|||||||
display: contents;
|
display: contents;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
footer:not(#updateDate) {
|
||||||
background-color: #13172c;
|
background-color: #13172c;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: #ffefe5;
|
color: #ffefe5;
|
||||||
@@ -117,7 +117,7 @@ footer {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer a {
|
footer a:not(#updateDate) {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: #ffefe5;
|
color: #ffefe5;
|
||||||
@@ -127,7 +127,7 @@ footer a {
|
|||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer a:hover {
|
footer a:hover:not(#updateDate) {
|
||||||
background-color: #b47871;
|
background-color: #b47871;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user