theme sombre

This commit is contained in:
Adrien MALINGREY 2025-04-28 17:18:03 +02:00
parent 584f1a81a0
commit f1ceae33f4

@ -1,6 +1,7 @@
body {
margin: 0;
padding: 0;
background-color: white;
font-family: Times, 'Times New Roman', Georgia, serif;
}
@ -48,6 +49,7 @@ table.grille {
height: 2rem;
border: 1px solid black;
padding: 2px;
background-color: white;
}
.grille tr:nth-of-type(2) td {
@ -179,3 +181,11 @@ button[type="submit"]:active {
-ms-text-size-adjust: 100%;
}
}
@media (prefers-color-scheme: dark) {
body,
button {
background-color: #02081a;
color: #c6c6c6;
}
}