/ docs / apidocs.css
apidocs.css
 1  /* https://mkdocstrings.github.io/theming/#css-classes */
 2  .doc-property { border-radius: 15px; padding: 0 5px; }
 3  .doc-property-special { background-color: blue; color: white; }
 4  .doc-property-private { background-color: red; color: white; }
 5  .doc-property-property { background-color: green; color: white; }
 6  .doc-property-read-only { background-color: yellow; color: black; }
 7  
 8  /* https://mkdocstrings.github.io/handlers/python/#recommended-style-material */
 9  /* Indentation. */
10  div.doc-contents:not(.first) {
11      padding-left: 25px;
12      border-left: 4px solid rgba(230, 230, 230);
13      margin-bottom: 80px;
14    }