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

@ -86,7 +86,7 @@ body {
}
.footnote::before {
content: " [";
content: "[";
}
.footnote::after {
content: "]";