mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
docs update (#2239)
* docs update * class template * no annotations in sig
This commit is contained in:
@@ -13,7 +13,7 @@ h3 .doc-heading code {
|
||||
monospace;
|
||||
}
|
||||
|
||||
body[data-md-color-primary="black"] .excalidraw svg {
|
||||
body[data-md-color-primary="black"] .excalidraw svg {
|
||||
filter: invert(100%) hue-rotate(180deg);
|
||||
}
|
||||
|
||||
@@ -42,3 +42,28 @@ body[data-md-color-primary="black"] .excalidraw svg rect {
|
||||
height: 100%;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
|
||||
/* Indentation. */
|
||||
div.doc-contents:not(.first) .doc-contents {
|
||||
padding-left: 25px;
|
||||
border-left: .05rem solid var(--md-typeset-table-color);
|
||||
}
|
||||
|
||||
/* Avoid breaking parameters name, etc. in table cells. */
|
||||
td code {
|
||||
word-break: normal !important;
|
||||
}
|
||||
|
||||
|
||||
.doc-label code {
|
||||
background: transparent;
|
||||
opacity: 0.8;
|
||||
float: right;
|
||||
}
|
||||
|
||||
|
||||
.doc-function p strong {
|
||||
opacity: 0.85;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user