remove footnote before space. Add underline on target

This commit is contained in:
isUnknown 2025-02-21 07:30:28 +01:00
parent a5d8f4dc80
commit f951d3e5d6
2 changed files with 7 additions and 1 deletions

View file

@ -172,6 +172,12 @@ article p:not(:last-child) {
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) {
.title-center {
margin-left: calc(2 * var(--unit--horizontal));