This commit is contained in:
Alexander 2025-06-14 09:21:51 -04:00
parent dc379f5671
commit 0959896f82

View file

@ -91,22 +91,22 @@ a:visited {
color: var(--darkest-color)
}
.footnote-ref {
[role="doc-noteref"] {
text-decoration: none;
font-family: "BodySans";
}
.footnote-ref sup {
[role="doc-noteref"] sup {
font-size: 0.7em;
font-style: normal;
}
.footnote-ref sup::before {
[role="doc-noteref"] sup::before {
content: "(";
padding-left: 0.075em;
}
.footnote-ref sup::after {
[role="doc-noteref"] sup::after {
content: ")";
}