From fabeb1da13bf86eeca2f78f5d4171c78975fcfd9 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Wed, 30 Jul 2025 14:34:32 +0200 Subject: change cursor style to suggest linking to rules --- html/template.html | 1 + 1 file changed, 1 insertion(+) (limited to 'html') diff --git a/html/template.html b/html/template.html index ab072487..d6d33bc8 100644 --- a/html/template.html +++ b/html/template.html @@ -266,6 +266,7 @@ $endif$ li.linkable-rule.highlighted { background-color: var(--highlight-bg); list-style-image: url(link.svg); + cursor: pointer; } li.linkable-rule.highlighted ol { -- cgit v1.2.3