one more (hopefully?) css tweak, since i find the black/white contrast causes my eyes to blur haha

This commit is contained in:
m455 2023-02-04 00:40:05 -05:00
parent f05825db4e
commit 3d17ca5d78

View file

@ -56,8 +56,8 @@
.line:target { background-color: yellow }
@media (prefers-color-scheme: dark) {
body {
color: white;
background-color: black;
color: #dddddd;
background-color: #111111;
}
a { color: cyan; }
pre, code { background-color: #222222 }