From 1511974ae57eedf84a9cbeebf0f29e39975b4b3f Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Tue, 5 Sep 2023 00:53:01 -0500 Subject: [PATCH] feat(style): add styling for footnotes --- assets/style/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/assets/style/style.css b/assets/style/style.css index 8657e0a..2a72af8 100644 --- a/assets/style/style.css +++ b/assets/style/style.css @@ -347,4 +347,10 @@ hr { align-self: center; border: none; border-top: thin solid; +} + +.footnotes { + border-top: var(--fujiGray) thin solid; + color: var(--springViolet2); + font-size: 0.75rem; } \ No newline at end of file