fix(css): remove top margin of <hr> outside of article

- compatibility with Dark Reader
This commit is contained in:
curben 2019-08-30 09:10:55 +01:00
parent 96cccd5633
commit 2cde665dbb
No known key found for this signature in database
GPG Key ID: 5D9DB57A25D34EE3
1 changed files with 2 additions and 1 deletions

View File

@ -169,8 +169,9 @@ figure {
.home hr,
.post-footer hr,
.tag-container hr {
height: 1px;
border: 0;
height: 1px;
margin-top: 0;
background-image: -webkit-linear-gradient(
0deg,
transparent,