Use correct hr style in article bodies

This commit is contained in:
Shadowfacts 2021-04-12 18:30:48 -04:00
parent 687a913385
commit 795afa5c1c
Signed by untrusted user: shadowfacts
GPG Key ID: 94A5AB95422746E5
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ article {
h2 { font-size: 1.5rem; }
h3 { font-size: 1.4rem; }
hr.footnotes-sep {
hr {
border: none;
height: 1px;
background: var(--accent-color);