Deployed 96ac58f with MkDocs version: 1.2.3

This commit is contained in:
2021-11-21 14:38:13 +00:00
commit 19fc319281
78 changed files with 27012 additions and 0 deletions

4
css/extra.css Normal file
View File

@@ -0,0 +1,4 @@
:root {
--md-primary-bg-color: #ee0f0f;
--md-primary-bg-color--light: #ee0f0f;
}

6
css/mkdocstrings.css Normal file
View File

@@ -0,0 +1,6 @@
/* Indentation. */
div.doc-contents:not(.first) {
padding-left: 25px;
border-left: 4px solid rgba(230, 230, 230);
margin-bottom: 80px;
}