forked from shadowfacts/shadowfacts.net
Use correct hr style in article bodies
This commit is contained in:
parent
687a913385
commit
795afa5c1c
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue