From 8d498ea68986da3f8ac577fb702a3ab50e74f066 Mon Sep 17 00:00:00 2001 From: RichardG867 Date: Sat, 16 Aug 2025 22:45:42 -0300 Subject: [PATCH] Extend footnote target CSS to backreferences (barely visible though) --- assets/css/style-reduced.css | 2 +- assets/css/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/style-reduced.css b/assets/css/style-reduced.css index 6b08473..b6962f1 100644 --- a/assets/css/style-reduced.css +++ b/assets/css/style-reduced.css @@ -103,7 +103,7 @@ sup > a.footnote:before { /* different from modern syntax */ sup > a.footnote:after { content: "]"; } -li:target { +li:target, sup:target { background: #202040; } a.reversefootnote { diff --git a/assets/css/style.css b/assets/css/style.css index 552f670..82edfa3 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -192,7 +192,7 @@ sup > a.footnote::before { sup > a.footnote::after { content: "]"; } -li:target { +li:target, sup:target { background: #202040; } a.reversefootnote {