[style] Make dark mode background a bit lighter

Signed-off-by: Mr-Mime <lennart@fabianfisahn.de>
This commit is contained in:
Mr-Mime 2022-12-08 20:36:20 +01:00 committed by Alexander Borsuk
parent 3be352a088
commit 4f1139bd8f

View file

@ -130,7 +130,7 @@ footer {
@media (prefers-color-scheme: dark) {
body {
background: #000;
background: #121212;
color: #bbb;
}