Refactor <hr> style in mkdocs template.
This commit is contained in:
parent
b29f565b68
commit
f720e88b44
1 changed files with 5 additions and 0 deletions
|
@ -98,3 +98,8 @@ by accommodating for the fixed-header's height */
|
|||
color: #666 !important;
|
||||
text-decoration: underline;
|
||||
}
|
||||
.md-typeset hr {
|
||||
background: #f6f6f6;
|
||||
margin: 60px 0;
|
||||
display: block;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue