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 */
|
||||||
@ -558,6 +552,7 @@ body { /* copied from a textfile site because idk css */
|
|||||||
text-align: left;
|
text-align: left;
|
||||||
width: 80ch;
|
width: 80ch;
|
||||||
}
|
}
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
font-family: "unscii16", monospace;
|
font-family: "unscii16", monospace;
|
||||||
font-smooth: never;
|
font-smooth: never;
|
||||||
@ -565,6 +560,12 @@ pre {
|
|||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (prefers-color-scheme: light) { body {
|
||||||
|
a: #000 !important;
|
||||||
|
background: #eee !important;
|
||||||
|
color: #000 !important;
|
||||||
|
} }
|
||||||
|
|
||||||
|
|
||||||
/blah/2023-11-27.html
|
/blah/2023-11-27.html
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user