mirror of https://gitlab.com/curben/blog
fix(css): remove top margin of <hr> outside of article
- compatibility with Dark Reader
This commit is contained in:
parent
96cccd5633
commit
2cde665dbb
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue