From dfa807f1012c2298bac48cfaed735430485c903e Mon Sep 17 00:00:00 2001 From: RichardG867 Date: Sat, 16 Aug 2025 22:40:04 -0300 Subject: [PATCH] Add background highlight for selected footnote --- assets/css/style-reduced.css | 3 +++ assets/css/style.css | 3 +++ 2 files changed, 6 insertions(+) diff --git a/assets/css/style-reduced.css b/assets/css/style-reduced.css index c71852e..f52debd 100644 --- a/assets/css/style-reduced.css +++ b/assets/css/style-reduced.css @@ -103,6 +103,9 @@ sup > a.footnote:before { /* different from modern syntax */ sup > a.footnote:after { content: "]"; } +li:target { + background: #402140; +} a.reversefootnote { font-size: smaller; } diff --git a/assets/css/style.css b/assets/css/style.css index eb62358..9b1084f 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -192,6 +192,9 @@ sup > a.footnote::before { sup > a.footnote::after { content: "]"; } +li:target { + background: #402140; +} a.reversefootnote { font-size: smaller; }