1 Commits

Author SHA1 Message Date
305cbdc3d8 different take on the dark theme media query
All checks were successful
Github-Actions / build (push) Successful in 47s
Docker Image CI / build (push) Successful in 4m34s
2024-08-08 19:14:06 -05:00

View File

@@ -104,8 +104,7 @@ tr :nth-child(7) {
}
}
@media (prefers-color-scheme: dark),
(prefers-color-scheme: no-preference) {
@media not all and (prefers-color-scheme: light) {
html body {
background: #1a1a1a;
color: #d9d9d9;