mirror of
https://github.com/tembo-pages/tembo-core.git
synced 2025-12-22 05:35:43 +00:00
feat: initial commit
This commit is contained in:
4
docs/css/extra.css
Normal file
4
docs/css/extra.css
Normal file
@@ -0,0 +1,4 @@
|
||||
:root {
|
||||
--md-primary-bg-color: #ee0f0f;
|
||||
--md-primary-bg-color--light: #ee0f0f;
|
||||
}
|
||||
6
docs/css/mkdocstrings.css
Normal file
6
docs/css/mkdocstrings.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user