From 6f42b5d217bc90cbb1d8eeb834a442361dc68a57 Mon Sep 17 00:00:00 2001 From: BodgeMaster <> Date: Mon, 4 Aug 2025 09:27:38 +0200 Subject: [PATCH] style: fuck it, more link fuckery, now with nearly invisible changes to the small triangles --- html_resources/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/html_resources/style.css b/html_resources/style.css index bff7c01..82b30b8 100644 --- a/html_resources/style.css +++ b/html_resources/style.css @@ -211,12 +211,20 @@ span.chapter::before { font-size: 0.75em; position: relative; bottom: 0.15em; + color: #090944; +} +a:visited>span.chapter::before { + color: #0f320c; } span.chapter::after { content: "\25c3"; font-size: 0.75em; position: relative; bottom: 0.15em; + color: #090944; +} +a:visited>span.chapter::after { + color: #0f320c; } span.blur {