djrtyj
This commit is contained in:
parent
dc379f5671
commit
0959896f82
1 changed files with 4 additions and 4 deletions
|
@ -91,22 +91,22 @@ a:visited {
|
||||||
color: var(--darkest-color)
|
color: var(--darkest-color)
|
||||||
}
|
}
|
||||||
|
|
||||||
.footnote-ref {
|
[role="doc-noteref"] {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-family: "BodySans";
|
font-family: "BodySans";
|
||||||
}
|
}
|
||||||
|
|
||||||
.footnote-ref sup {
|
[role="doc-noteref"] sup {
|
||||||
font-size: 0.7em;
|
font-size: 0.7em;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footnote-ref sup::before {
|
[role="doc-noteref"] sup::before {
|
||||||
content: "(";
|
content: "(";
|
||||||
padding-left: 0.075em;
|
padding-left: 0.075em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footnote-ref sup::after {
|
[role="doc-noteref"] sup::after {
|
||||||
content: ")";
|
content: ")";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue