feat(style): add styling for footnotes

This commit is contained in:
Price Hiller 2023-09-05 00:53:01 -05:00
parent 93bdf1331e
commit 1511974ae5
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -347,4 +347,10 @@ hr {
align-self: center; align-self: center;
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;
} }