1
0
Fork 0

god i hope i never have to touch css again

This commit is contained in:
dtb 2023-11-28 22:35:27 -07:00
parent 98e701d060
commit 490adf2548
1 changed files with 2 additions and 2 deletions

View File

@ -519,9 +519,9 @@ pre { /* DRY who? */
}
@media (prefers-color-scheme: light) {
a { color: #fff !important; }
a { color: #000 !important; }
body { background: #eee !important;
color: #000 !important; }
color: #333 !important; }
}