From f720e88b448b62cb164c03de1d26b311f0f70985 Mon Sep 17 00:00:00 2001 From: Kailash Nadh Date: Fri, 10 Nov 2023 09:03:47 +0530 Subject: [PATCH] Refactor
style in mkdocs template. --- docs/docs/content/static/style.css | 5 +++++ 1 file changed, 5 insertions(+) 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; +}