Skip to content

Commit

Permalink
Remove MkAutoDocs styles
Browse files Browse the repository at this point in the history
  • Loading branch information
campb303 committed Apr 4, 2021
1 parent 4e67580 commit 5d885fa
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions docs/css/custom_css.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit 5d885fa

Please sign in to comment.