remove footnote before space. Add underline on target
This commit is contained in:
parent
a5d8f4dc80
commit
f951d3e5d6
2 changed files with 7 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.footnote::before {
|
.footnote::before {
|
||||||
content: " [";
|
content: "[";
|
||||||
}
|
}
|
||||||
.footnote::after {
|
.footnote::after {
|
||||||
content: "]";
|
content: "]";
|
||||||
|
|
|
||||||
|
|
@ -172,6 +172,12 @@ article p:not(:last-child) {
|
||||||
font-weight: var(--font-weight-bold) !important;
|
font-weight: var(--font-weight-bold) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.footnote:focus-visible,
|
||||||
|
.footnote:target {
|
||||||
|
text-decoration: underline !important;
|
||||||
|
text-underline-offset: 0.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 640px) {
|
@media screen and (min-width: 640px) {
|
||||||
.title-center {
|
.title-center {
|
||||||
margin-left: calc(2 * var(--unit--horizontal));
|
margin-left: calc(2 * var(--unit--horizontal));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue