Darken background colors in dark mode
This commit is contained in:
parent
5dd784e4b7
commit
87549d22dd
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue