mirror of
https://github.com/tembo-pages/tembo-core.git
synced 2025-12-22 13:35:43 +00:00
Deployed 96ac58f with MkDocs version: 1.2.3
This commit is contained in:
16
assets/_mkdocstrings.css
Normal file
16
assets/_mkdocstrings.css
Normal file
@@ -0,0 +1,16 @@
|
||||
|
||||
/* Don't capitalize names. */
|
||||
h5.doc-heading {
|
||||
text-transform: none !important;
|
||||
}
|
||||
|
||||
/* Avoid breaking parameters name, etc. in table cells. */
|
||||
.doc-contents td code {
|
||||
word-break: normal !important;
|
||||
}
|
||||
|
||||
/* For pieces of Markdown rendered in table cells. */
|
||||
.doc-contents td p {
|
||||
margin-top: 0 !important;
|
||||
margin-bottom: 0 !important;
|
||||
}
|
||||
Reference in New Issue
Block a user