Skip to content

Commit 0d7f979

Browse files
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 0ffa0d6 commit 0d7f979

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
@@ -222,8 +222,7 @@
222222
margin: 30px 0;
223223
height: 2px;
224224
background: var(--tertiary);
225-
border-top: 0;
226-
border-bottom: 0;
225+
border: 0;
227226
}
228227

229228
.post-content iframe {

0 commit comments

Comments
 (0)