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,
|
.home hr,
|
||||||
.post-footer hr,
|
.post-footer hr,
|
||||||
.tag-container hr {
|
.tag-container hr {
|
||||||
height: 1px;
|
|
||||||
border: 0;
|
border: 0;
|
||||||
|
height: 1px;
|
||||||
|
margin-top: 0;
|
||||||
background-image: -webkit-linear-gradient(
|
background-image: -webkit-linear-gradient(
|
||||||
0deg,
|
0deg,
|
||||||
transparent,
|
transparent,
|
||||||
|
|
Loading…
Reference in New Issue