Fix footnote hr selector

This commit is contained in:
Nathan Upchurch 2024-09-20 23:59:01 -05:00
parent 21b66dd28f
commit dd2c327613

View File

@ -498,7 +498,7 @@ code {
content: " ";
}
}
.footnote-ref hr.footnotes-sep {
hr.footnotes-sep {
border: var(--border-hr);
}