davideisinger.com

My personal website
Log | Files | Refs | README

commit 8081f4f36a9eaecd83aaea5651692957368970a1
parent 8f71309802788ab0c6877120226ba03d7dac19f6
Author: David Eisinger <[email protected]>
Date:   Wed, 30 Jul 2025 15:34:15 -0400

Footnote backlink after list style

Diffstat:
Mthemes/v2/assets/css/style.scss | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git 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 {