Dark Mode: Switch to almost-black background

This commit is contained in:
Jonas Tobias Hopusch 2021-09-27 13:39:14 +02:00
parent 8a6978e0f9
commit 185f5161e1
Failed to generate hash of commit
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ td, th {
@media (prefers-color-scheme: dark) {
html {
background-color: black;
background-color: #111;
color: white;
}