Skip to content

Commit d137325

Browse files
committed
Changing Footnote Footer Link selector
Fixing this bug: #245 Thank you @SYwaves for providing the fix here: #264 (comment)
1 parent 641a218 commit d137325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/css/parts/elements.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@
272272
font-weight: var(--wght);
273273
}
274274

275-
& a[href*="javascript"]::before,
275+
& :where(.footnote-footer) > a[onclick*="footnoteref"]::before,
276276
.bibitem::after {
277277
--MONO: 1;
278278
--wght: calc(var(--ui-wght) + 100);

0 commit comments

Comments
 (0)