theme sombre
This commit is contained in:
parent
f1ceae33f4
commit
44b6fd7e8e
14
style.css
14
style.css
@ -82,6 +82,7 @@ table.grille {
|
|||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
font-family: 'Comic Sans MS', 'Comic Sans', sans;
|
font-family: 'Comic Sans MS', 'Comic Sans', sans;
|
||||||
color: darkblue;
|
color: darkblue;
|
||||||
|
background-color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.grille input[disabled] {
|
.grille input[disabled] {
|
||||||
@ -188,4 +189,17 @@ button[type="submit"]:active {
|
|||||||
background-color: #02081a;
|
background-color: #02081a;
|
||||||
color: #c6c6c6;
|
color: #c6c6c6;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.grille td,
|
||||||
|
.grille input {
|
||||||
|
background-color: #edeeee;
|
||||||
|
}
|
||||||
|
|
||||||
|
button[type="submit"]:hover {
|
||||||
|
color: #479fec;
|
||||||
|
}
|
||||||
|
|
||||||
|
button[type="submit"]:active {
|
||||||
|
color: orchid;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user