theme sombre
This commit is contained in:
parent
584f1a81a0
commit
f1ceae33f4
10
style.css
10
style.css
@ -1,6 +1,7 @@
|
|||||||
body {
|
body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
background-color: white;
|
||||||
font-family: Times, 'Times New Roman', Georgia, serif;
|
font-family: Times, 'Times New Roman', Georgia, serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -48,6 +49,7 @@ table.grille {
|
|||||||
height: 2rem;
|
height: 2rem;
|
||||||
border: 1px solid black;
|
border: 1px solid black;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
|
background-color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.grille tr:nth-of-type(2) td {
|
.grille tr:nth-of-type(2) td {
|
||||||
@ -179,3 +181,11 @@ button[type="submit"]:active {
|
|||||||
-ms-text-size-adjust: 100%;
|
-ms-text-size-adjust: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (prefers-color-scheme: dark) {
|
||||||
|
body,
|
||||||
|
button {
|
||||||
|
background-color: #02081a;
|
||||||
|
color: #c6c6c6;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user