Set <hr>'s border to 0 (#870)

* Updated post-single.css to set hr's border to 0

* cleanup

Co-authored-by: Aditya Telange <21258296+adityatelange@users.noreply.github.com>
This commit is contained in:
Sebastien 2022-04-19 15:16:11 +01:00 committed by GitHub
parent fc8c8666cf
commit a55b9517dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -222,8 +222,7 @@
margin: 30px 0;
height: 2px;
background: var(--tertiary);
border-top: 0;
border-bottom: 0;
border: 0;
}
.post-content iframe {