Remove the 2px border from the <hr> in footnote elements

The <hr> is styled elsewhere.
This commit is contained in:
Eryn Wells 2025-01-14 19:30:10 -08:00
parent 5a67372ee5
commit a395d26bc4

View file

@ -6,7 +6,6 @@
font-size: var(--text-s);
hr {
border-top: 2px dashed var(--gray6);
margin-block-start: var(--space-xl);
}