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 7c0c75b64d - Show all commits

View File

@ -264,7 +264,6 @@ a.external {
} }
.toctree-wrapper ul { .toctree-wrapper ul {
width: 90%;
list-style: none; list-style: none;
padding-left: 0; padding-left: 0;
} }
@ -272,7 +271,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; margin-bottom: 1rem !important;
border-top: solid var(--color-background-border) 2px; border-top: solid var(--color-background-border) 1px;
padding-left: 2em; padding-left: 2em;
} }