Footnotes: Add some basic styling for footnotes
This commit is contained in:
parent
c735de67d9
commit
7449228242
1 changed files with 15 additions and 0 deletions
15
assets/css/099_footnotes.css
Normal file
15
assets/css/099_footnotes.css
Normal 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;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue