This commit is contained in:
2025-05-02 11:50:08 +02:00
parent 911da7aef9
commit c097be27d8
4 changed files with 24 additions and 34 deletions

View File

@ -178,12 +178,14 @@ h2 {
text-align: center;
}
.nouvelle-grille img {
margin: 0 0.5em;
}
.nouvelle-grille {
margin: 1em auto 0 auto;
display: flex;
justify-content: center;
align-items: flex-start;
gap: 0.5em;
align-items: baseline;
}
.nouvelle-grille button,
@ -193,22 +195,17 @@ h2 {
color: inherit;
font-family: inherit;
font-size: 1em;
cursor: pointer;
}
.nouvelle-grille button {
display: flex;
text-decoration: underline;
}
.nouvelle-grille button:hover {
cursor: pointer;
color: #2a6496;
}
.nouvelle-grille button:hover,
.nouvelle-grille button:hover input {
text-decoration: underline;
}
.nouvelle-grille button:active {
color: darkorchid;
}