1
0

unfuck css

This commit is contained in:
dtb 2023-11-24 17:34:32 -07:00
parent 2bd3e564ca
commit b3c760446f

View File

@ -542,6 +542,7 @@ How to accomplish this is an exercise left to the reader.
} }
@media (prefers-color-scheme: light) { body { @media (prefers-color-scheme: light) { body {
a: #000 !important;
background: #eee !important; background: #eee !important;
color: #000 !important; color: #000 !important;
} } } }