made the background fully black in dark mode
All checks were successful
/ web (push) Successful in 32s
All checks were successful
/ web (push) Successful in 32s
This commit is contained in:
parent
6d51143205
commit
c1cd9bff38
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: #101010;
|
background-color: #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
body.dark-mode .jumbotron {
|
body.dark-mode .jumbotron {
|
||||||
|
|
Loading…
Reference in a new issue