add + to footnotes links

This commit is contained in:
isUnknown 2024-12-02 17:48:21 +01:00
parent fdd1650343
commit e3829df88c
2 changed files with 6 additions and 1 deletions

View file

@ -74,6 +74,11 @@ body {
opacity: var(--opacity-light);
}
.footnote::after {
content: "+";
margin-left: calc(var(--unit--horizontal) / 6);
}
/* ================= COLORS ================= */
.color {
color: var(--color);

File diff suppressed because one or more lines are too long