css update: okay i think i'm happy with the default dark theme now. made the link color less jarring

This commit is contained in:
m455 2023-02-04 17:35:26 -05:00
parent 3d17ca5d78
commit 765d2d0460

View file

@ -59,7 +59,7 @@
color: #dddddd;
background-color: #111111;
}
a { color: cyan; }
a { color: #14cccc }
pre, code { background-color: #222222 }
.line:target { background-color: darkgreen }
}