Refactor <hr> style in mkdocs template.

This commit is contained in:
Kailash Nadh 2023-11-10 09:03:47 +05:30
parent b29f565b68
commit f720e88b44

View file

@ -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;
}