Switch the manual theme to Furo #104735

Merged
Aaron Carlisle merged 30 commits from furo-theme into blender-v4.1-release 2024-03-20 21:38:49 +01:00
Showing only changes of commit bfe6f7aeea - Show all commits

View File

@ -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;
} }