Dark Mode: Switch to almost-black background
This commit is contained in:
parent
8a6978e0f9
commit
185f5161e1
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ td, th {
|
||||||
|
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
html {
|
html {
|
||||||
background-color: black;
|
background-color: #111;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue