Darken background colors in dark mode

This commit is contained in:
Dorian Niemiec 2024-07-19 22:15:29 +02:00
parent de3f3fff3a
commit 4403903c87

View file

@ -401,7 +401,7 @@ input[type=submit]:hover {
.dummy {} .dummy {}
body { body {
background-color: #002000; background-color: #000f00;
color: #ffffff; color: #ffffff;
} }
@ -454,7 +454,7 @@ input[type=submit]:hover {
} }
table tbody { table tbody {
background-color: #000f00; background-color: #000700;
color: #ffffff; color: #ffffff;
} }