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