1
0

try to fix light theme stylesheet

This commit is contained in:
dtb 2023-11-28 07:41:42 -07:00
parent 7fa2c337d0
commit b72e3400ed

View File

@ -541,12 +541,6 @@ How to accomplish this is an exercise left to the reader.
url("unscii-16.woff") format("woff"); url("unscii-16.woff") format("woff");
} }
@media (prefers-color-scheme: light) { body {
a: #000 !important;
background: #eee !important;
color: #000 !important;
} }
a { color: #fff; } a { color: #fff; }
body { /* copied from a textfile site because idk css */ body { /* copied from a textfile site because idk css */