make the background not fully dark again in dark mode
All checks were successful
/ web (push) Successful in 48s
All checks were successful
/ web (push) Successful in 48s
This commit is contained in:
parent
ab48fef0ae
commit
1e032577bf
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
body.dark-mode {
|
body.dark-mode {
|
||||||
color: #d8d8d8;
|
color: #d8d8d8;
|
||||||
background-color: #000000;
|
background-color: #101010;
|
||||||
}
|
}
|
||||||
|
|
||||||
body.dark-mode .jumbotron {
|
body.dark-mode .jumbotron {
|
||||||
|
|
Loading…
Reference in a new issue