Footnotes: Add some basic styling for footnotes

This commit is contained in:
Eryn Wells 2024-07-03 07:39:01 -07:00
parent c735de67d9
commit 7449228242

View file

@ -0,0 +1,15 @@
/************
# FOOTNOTES
************/
.footnotes {
font-size: var(--text-s);
li:not(:last-child) {
margin-block-end: var(--space-xs);
}
p {
font-size: inherit;
}
}