From 1cbb2a40c886603a2e2ccc883179cc2d196280e1 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Sun, 11 May 2025 21:38:22 -0600 Subject: make rules in html linkable --- html/template.html | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'html/template.html') diff --git a/html/template.html b/html/template.html index bae64042..6d58af7d 100644 --- a/html/template.html +++ b/html/template.html @@ -250,6 +250,11 @@ $if(toc)$ padding-left: 10px; } $endif$ + +li.linkable-rule:active, li.linkable-rule:hover { + background-color: #d79921; + list-style-image: url(link.svg); +} $for(css)$ @@ -265,6 +270,26 @@ $endif$ $for(header-includes)$ $header-includes$ $endfor$ + $for(include-before)$ -- cgit v1.2.3