Switch the manual theme to Furo #104735
@ -33,6 +33,11 @@ h6 {
|
|||||||
font-size: 1.125em;
|
font-size: 1.125em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Reduce the margins on top/bottom of horizontal lines. */
|
||||||
|
hr.docutils {
|
||||||
|
margin: 1rem 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Slightly decrease text to make the text fit on one line */
|
/* Slightly decrease text to make the text fit on one line */
|
||||||
.sidebar-brand-text {
|
.sidebar-brand-text {
|
||||||
@ -253,6 +258,7 @@ a.external {
|
|||||||
|
|
||||||
/* Underline provided by nested ul (not li). */
|
/* Underline provided by nested ul (not li). */
|
||||||
.toctree-wrapper * ul {
|
.toctree-wrapper * ul {
|
||||||
|
margin-bottom: 1rem !important;
|
||||||
border-top: solid var(--color-background-border) 2px;
|
border-top: solid var(--color-background-border) 2px;
|
||||||
padding-left: 2em;
|
padding-left: 2em;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user