diff --git a/docs/docs/content/static/style.css b/docs/docs/content/static/style.css index 1196e26..5bc84f1 100644 --- a/docs/docs/content/static/style.css +++ b/docs/docs/content/static/style.css @@ -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; +}