Hightlight targeted link

This commit is contained in:
Mylloon 2024-12-15 20:02:08 +01:00
parent 933c1cb7d7
commit 149ac5860c
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -141,10 +141,10 @@ section.footnotes * {
font-size: calc(var(--font-size) * 0.8);
}
/* TODO: Hightlight targeted link, change by css theme */
/* section.footnotes :target {
background-color: yellowgreen;
} */
/* Hightlight targeted link */
section.footnotes :target {
background-color: light-dark(#fafa35b9, #adad213c);
}
/* When multiple ref */
a.footnote-backref sup {