Skip to content

Commit

Permalink
style: modify hr style.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Aug 11, 2022
1 parent 653d6e3 commit c621202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/markdown.less
Expand Up @@ -297,12 +297,12 @@ body[data-color-mode*='light'] {
box-sizing: content-box;
overflow: hidden;
background: transparent;
border: 0;
border-bottom: 1px solid var(--color-border-muted);
height: 0.25em;
padding: 0;
margin: 24px 0;
background-color: var(--color-border-default);
border: 0;
}
input {
font: inherit;
Expand Down

1 comment on commit c621202

@jaywcjlove
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.