pink dark theme
This commit is contained in:
parent
3fb15327a8
commit
0035102335
@ -498,9 +498,9 @@ $!TITLE home
|
|||||||
url("unscii-16.woff") format("woff");
|
url("unscii-16.woff") format("woff");
|
||||||
}
|
}
|
||||||
|
|
||||||
@media { prefers-color-scheme: light } { background: #eee; color: #000; }
|
@media (prefers-color-scheme: light) { background: #eee; color: #000; }
|
||||||
@media { prefers-color-scheme: dark } { background: #000; color: #eee; }
|
@media (prefers-color-scheme: dark) { background: #000; color: #ffdbdb; }
|
||||||
pre { font-family: "unscii16", monospace; }
|
pre { font-family: "unscii16", monospace; }
|
||||||
|
|
||||||
|
|
||||||
/blah/2023-11-18.html
|
/blah/2023-11-18.html
|
||||||
|
Loading…
Reference in New Issue
Block a user