Skip to content

Commit

Permalink
Add custom CSS (from mkdocstrings website)
Browse files Browse the repository at this point in the history
  • Loading branch information
psomhorst committed Oct 9, 2024
1 parent 8521e75 commit aa433b0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/css/material.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/* Indentation. */
div.doc-contents:not(.first) {
padding-left: 25px;
border-left: .1rem solid var(--md-typeset-table-color);
}
3 changes: 3 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,3 +121,6 @@ plugins:
show_source: false
docstring_section_style: spacy
line_length: 80

extra_css:
- css/material.css

0 comments on commit aa433b0

Please sign in to comment.