one more (hopefully?) css tweak, since i find the black/white contrast causes my eyes to blur haha
This commit is contained in:
parent
f05825db4e
commit
3d17ca5d78
1 changed files with 2 additions and 2 deletions
|
@ -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 }
|
||||||
|
|
Loading…
Reference in a new issue