better footnote
Some checks are pending
ci/woodpecker/push/publish Pipeline is pending approval

This commit is contained in:
Mylloon 2024-05-16 18:05:00 +02:00
parent 754db13565
commit 0f8391660d
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -198,8 +198,24 @@ table.hljs-ln {
font-size: calc(var(--font-size) * 0.8);
}
/* Footnotes */
.footnotes a {
/* Footnote */
section.footnotes * {
font-size: calc(var(--font-size) * 0.8);
}
/* When multiple ref */
a.footnote-backref sup {
font-size: calc(var(--font-size) * 0.6);
}
a.footnote-backref sup::before {
content: "(";
}
a.footnote-backref sup::after {
content: ")";
}
/* Footnotes links */
a.footnote-backref {
font-family: "Segoe UI", "Segoe UI Symbol", system-ui;
text-decoration: underline dotted;
}