feat(style): set <hr> border to solid
This commit is contained in:
parent
c44f34a324
commit
ee4699a1e4
@ -234,4 +234,6 @@ p > code {
|
||||
|
||||
hr {
|
||||
margin: 30px;
|
||||
border: none;
|
||||
border-top: thin solid;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user