html dark mode

This commit is contained in:
Jose Palazon 2024-09-09 17:58:15 +01:00
parent 9fa696d5a9
commit 467f80faee
2 changed files with 5 additions and 0 deletions

View file

@ -186,6 +186,10 @@ input[type=submit]:hover {
color: #333;
}
html.dark-mode {
background: #555555;
}
body.dark-mode #theme-toggle {
background: #4d4d4d;
}