feat(style): add styling for footnotes
This commit is contained in:
parent
93bdf1331e
commit
1511974ae5
@ -348,3 +348,9 @@ hr {
|
|||||||
border: none;
|
border: none;
|
||||||
border-top: thin solid;
|
border-top: thin solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.footnotes {
|
||||||
|
border-top: var(--fujiGray) thin solid;
|
||||||
|
color: var(--springViolet2);
|
||||||
|
font-size: 0.75rem;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user