Darken the background color in tables in dark mode
This commit is contained in:
parent
606109c62a
commit
8555e9599b
1 changed files with 1 additions and 1 deletions
|
@ -454,7 +454,7 @@ input[type=submit]:hover {
|
|||
}
|
||||
|
||||
table tbody {
|
||||
background-color: #000f00;
|
||||
background-color: #000700;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue