made the background fully black in dark mode
All checks were successful
/ web (push) Successful in 32s

This commit is contained in:
Ell 2024-07-24 13:13:56 +02:00
parent 6d51143205
commit c1cd9bff38

View file

@ -1,6 +1,6 @@
body.dark-mode {
color: #d8d8d8;
background-color: #101010;
background-color: #000000;
}
body.dark-mode .jumbotron {