feat: initial commit

This commit is contained in:
2021-11-21 13:58:52 +00:00
commit fb7fec7ea6
53 changed files with 4920 additions and 0 deletions

4
docs/css/extra.css Normal file
View File

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

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;
}