theme sombre

This commit is contained in:
Adrien MALINGREY 2025-04-28 17:22:06 +02:00
parent f1ceae33f4
commit 44b6fd7e8e

View File

@ -82,6 +82,7 @@ table.grille {
font-size: 1.2em;
font-family: 'Comic Sans MS', 'Comic Sans', sans;
color: darkblue;
background-color: white;
}
.grille input[disabled] {
@ -188,4 +189,17 @@ button[type="submit"]:active {
background-color: #02081a;
color: #c6c6c6;
}
.grille td,
.grille input {
background-color: #edeeee;
}
button[type="submit"]:hover {
color: #479fec;
}
button[type="submit"]:active {
color: orchid;
}
}