[style] Make dark mode background a bit lighter
Signed-off-by: Mr-Mime <lennart@fabianfisahn.de>
This commit is contained in:
parent
3be352a088
commit
4f1139bd8f
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ footer {
|
|||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
body {
|
||||
background: #000;
|
||||
background: #121212;
|
||||
color: #bbb;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue