From 765d2d046087239532cfe22954dc8e7aeb02f5b8 Mon Sep 17 00:00:00 2001 From: m455 Date: Sat, 4 Feb 2023 17:35:26 -0500 Subject: [PATCH] css update: okay i think i'm happy with the default dark theme now. made the link color less jarring --- assets/templates/default.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/templates/default.html b/assets/templates/default.html index a79beed..7084784 100644 --- a/assets/templates/default.html +++ b/assets/templates/default.html @@ -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 } }