Darken the background color in tables in dark mode

This commit is contained in:
Dorian Niemiec 2024-07-19 22:05:11 +02:00
parent 606109c62a
commit 8555e9599b

View file

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