From f2c70b71ffe7622ab3fdace9969c804efd195905 Mon Sep 17 00:00:00 2001 From: RichardG867 Date: Sat, 16 Aug 2025 22:41:10 -0300 Subject: [PATCH] Use the table highlight color for footnotes instead --- 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 f52debd..6b08473 100644 --- a/assets/css/style-reduced.css +++ b/assets/css/style-reduced.css @@ -104,7 +104,7 @@ sup > a.footnote:after { content: "]"; } li:target { - background: #402140; + background: #202040; } a.reversefootnote { font-size: smaller; diff --git a/assets/css/style.css b/assets/css/style.css index 9b1084f..552f670 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -193,7 +193,7 @@ sup > a.footnote::after { content: "]"; } li:target { - background: #402140; + background: #202040; } a.reversefootnote { font-size: smaller;