From 8081f4f36a9eaecd83aaea5651692957368970a1 Mon Sep 17 00:00:00 2001 From: David Eisinger Date: Wed, 30 Jul 2025 15:34:15 -0400 Subject: [PATCH] Footnote backlink after list style --- themes/v2/assets/css/style.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themes/v2/assets/css/style.scss b/themes/v2/assets/css/style.scss index 6c077ab..5a4b0de 100644 --- a/themes/v2/assets/css/style.scss +++ b/themes/v2/assets/css/style.scss @@ -73,6 +73,10 @@ ol { white-space: nowrap; width: 3ch; } + + &+a.footnote-backref { + margin-left: -1ch; + } } blockquote {