Skip to content

Commit

Permalink
:Set <hr>'s border to 0 (adityatelange#870)
Browse files Browse the repository at this point in the history
* Updated post-single.css to set hr's border to 0

* cleanup

Co-authored-by: Aditya Telange <[email protected]>
  • Loading branch information
2 people authored and dunklecat committed Oct 8, 2022
1 parent bb19da5 commit 1965937
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions assets/css/common/post-single.css
Original file line number Diff line number Diff line change
Expand Up @@ -295,8 +295,7 @@ h6:hover .anchor {
margin: 30px 0;
height: 2px;
background: var(--tertiary-bg);
border-top: 0;
border-bottom: 0;
border: 0
}

.post-content iframe {
Expand Down

0 comments on commit 1965937

Please sign in to comment.