Footnote backlink after list style

This commit is contained in:
David Eisinger
2025-07-30 15:34:15 -04:00
parent 8f71309802
commit 8081f4f36a

View File

@@ -73,6 +73,10 @@ ol {
white-space: nowrap;
width: 3ch;
}
&+a.footnote-backref {
margin-left: -1ch;
}
}
blockquote {