From 5d885fac35d8713b7dd1659cb67407f10f252ba3 Mon Sep 17 00:00:00 2001 From: Justin Campbell Date: Sun, 4 Apr 2021 00:18:49 -0400 Subject: [PATCH] Remove MkAutoDocs styles --- docs/css/custom_css.css | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/docs/css/custom_css.css b/docs/css/custom_css.css index 99ed466..f1ca50a 100644 --- a/docs/css/custom_css.css +++ b/docs/css/custom_css.css @@ -6,34 +6,4 @@ table { width: 100% !important; display: table !important; border-spacing: 0px !important; -} - -/* MkAutoDocs Styles */ -div.autodoc-docstring { - padding-left: 20px; - margin-bottom: 30px; - border-left: 5px solid rgba(230, 230, 230); -} - -div.autodoc-members { - padding-left: 20px; - margin-bottom: 15px; -} - -div.autodoc-signature *{ - all: initial !important; - font-feature-settings: inherit !important; - font-family: inherit !important; - font-size: large !important; - font-weight: 600 !important; - color: #7e54b9 !important; -} - -em.autodoc-param{ - font-style: italic !important; - font-weight: 500 !important; -} - -.autodoc-docstring{ - border-color: #977fb8 !important; } \ No newline at end of file