Skip to content

Commit

Permalink
Clean comments
Browse files Browse the repository at this point in the history
  • Loading branch information
campb303 committed Apr 2, 2021
1 parent 034bb2d commit 5fdecb5
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions docs/css/custom_css.css
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
/* Make Tables Fullwidth */
.md-typeset__table {
width: 100% !important;
}

table {
width: 100% !important;
display: table !important;
border-spacing: 0px !important;
}

/* MkAutoDocs Styles */
div.autodoc-docstring {
padding-left: 20px;
margin-bottom: 30px;
Expand All @@ -20,21 +21,14 @@ div.autodoc-members {
}

div.autodoc-signature *{
/*display: none;*/
all: initial !important;
/*
font-style: italic !important;
font-feature-settings: "kern","liga" !important;
font-family: var(--md-text-font-family,_),-apple-system,BlinkMacSystemFont,Helvetica,Arial,sans-serif !important;
*/
font-feature-settings: inherit !important;
font-family: inherit !important;
font-size: large !important;
font-weight: 600 !important;
/*color: #36464e !important;*/
color: #7e54b9 !important;
/*background-color: #f5f5f5 !important;*/
}

em.autodoc-param{
font-style: italic !important;
font-weight: 500 !important;
Expand Down

0 comments on commit 5fdecb5

Please sign in to comment.