Skip to content

Commit c621202

Browse files
committed
style: modify hr style.
1 parent 653d6e3 commit c621202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/styles/markdown.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,12 +297,12 @@ body[data-color-mode*='light'] {
297297
box-sizing: content-box;
298298
overflow: hidden;
299299
background: transparent;
300+
border: 0;
300301
border-bottom: 1px solid var(--color-border-muted);
301302
height: 0.25em;
302303
padding: 0;
303304
margin: 24px 0;
304305
background-color: var(--color-border-default);
305-
border: 0;
306306
}
307307
input {
308308
font: inherit;

0 commit comments

Comments
 (0)