make the background not fully dark again in dark mode
All checks were successful
/ web (push) Successful in 48s

This commit is contained in:
Ell 2024-08-07 19:03:47 +02:00
parent ab48fef0ae
commit 1e032577bf

View file

@ -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 {