add + to footnotes links
This commit is contained in:
parent
fdd1650343
commit
e3829df88c
2 changed files with 6 additions and 1 deletions
|
|
@ -74,6 +74,11 @@ body {
|
||||||
opacity: var(--opacity-light);
|
opacity: var(--opacity-light);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.footnote::after {
|
||||||
|
content: "+";
|
||||||
|
margin-left: calc(var(--unit--horizontal) / 6);
|
||||||
|
}
|
||||||
|
|
||||||
/* ================= COLORS ================= */
|
/* ================= COLORS ================= */
|
||||||
.color {
|
.color {
|
||||||
color: var(--color);
|
color: var(--color);
|
||||||
|
|
|
||||||
2
assets/dist/style.css
vendored
2
assets/dist/style.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue