Skip to content

Commit 1965937

Browse files
SebMtnadityatelange
authored andcommitted
:Set <hr>'s border to 0 (adityatelange#870)
* Updated post-single.css to set hr's border to 0 * cleanup Co-authored-by: Aditya Telange <[email protected]>
1 parent bb19da5 commit 1965937

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

assets/css/common/post-single.css

+1-2
Original file line numberDiff line numberDiff line change
@@ -295,8 +295,7 @@ h6:hover .anchor {
295295
margin: 30px 0;
296296
height: 2px;
297297
background: var(--tertiary-bg);
298-
border-top: 0;
299-
border-bottom: 0;
298+
border: 0
300299
}
301300

302301
.post-content iframe {

0 commit comments

Comments
 (0)