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 } .line:target { background-color: yellow }
@media (prefers-color-scheme: dark) { @media (prefers-color-scheme: dark) {
body { body {
color: white; color: #dddddd;
background-color: black; background-color: #111111;
} }
a { color: cyan; } a { color: cyan; }
pre, code { background-color: #222222 } pre, code { background-color: #222222 }