try to fix light theme stylesheet
This commit is contained in:
parent
7fa2c337d0
commit
b72e3400ed
13
homepage
13
homepage
@ -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 */
|
||||||