diff options
| author | Florian Fischer <florian.fischer@muhq.space> | 2025-07-30 14:34:32 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fischer@muhq.space> | 2025-07-30 14:34:32 +0200 |
| commit | fabeb1da13bf86eeca2f78f5d4171c78975fcfd9 (patch) | |
| tree | b3459db130c2492c5be14a6bc88bf835c52573d3 /html/template.html | |
| parent | 6618ec81a4b231f192a09a9ce4072ba3681157a3 (diff) | |
| download | muhqs-game-fabeb1da13bf86eeca2f78f5d4171c78975fcfd9.tar.gz muhqs-game-fabeb1da13bf86eeca2f78f5d4171c78975fcfd9.zip | |
change cursor style to suggest linking to rules
Diffstat (limited to 'html/template.html')
| -rw-r--r-- | html/template.html | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |
