mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
api docs (#2240)
* api docs * more docstrings * logs * docs shakeup * fix notes, added intro to all apis * Remove defaults to * add note to events * note * use fira code
This commit is contained in:
@@ -43,9 +43,14 @@ body[data-md-color-primary="black"] .excalidraw svg rect {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.doc-object code {
|
||||
font-family: "Fira Code", "SFMono-Regular", Consolas, "Courier New", Courier,
|
||||
monospace;
|
||||
}
|
||||
|
||||
|
||||
/* Indentation. */
|
||||
div.doc-contents:not(.first) .doc-contents {
|
||||
div.doc-contents:not(.first) {
|
||||
padding-left: 25px;
|
||||
border-left: .05rem solid var(--md-typeset-table-color);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user