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
1 changed files with 18 additions and 0 deletions
Showing only changes of commit 41348ae55e - Show all commits

View File

@ -34,8 +34,26 @@ table.docutils:not(.valign) td {
vertical-align: baseline;
}
/* Decrease whitespace above figure and add it below */
figure {
padding-bottom: 0.5rem;
}
figcaption {
margin-bottom: 0.5rem !important;
p {
margin-top: 0;
}
}
/* End TABLE & FIGURE. */
/* Use secondary font color for caption text */
figcaption {
color: var(--color-foreground-secondary);
}
.caption .menuselection {
background-color: transparent;
border: none;