From a395d26bc4fa025335489845ed8c0dd988b4252d Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Tue, 14 Jan 2025 19:30:10 -0800 Subject: [PATCH] Remove the 2px border from the
in footnote elements The
is styled elsewhere. --- assets/css/099_footnotes.css | 1 - 1 file changed, 1 deletion(-) diff --git a/assets/css/099_footnotes.css b/assets/css/099_footnotes.css index 6a8226a..369b38c 100644 --- a/assets/css/099_footnotes.css +++ b/assets/css/099_footnotes.css @@ -6,7 +6,6 @@ font-size: var(--text-s); hr { - border-top: 2px dashed var(--gray6); margin-block-start: var(--space-xl); }