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

View File

@ -94,7 +94,7 @@ kbd:not(.compound) {
} }
/* Only style parent kbd elements instead of the individual children */ /* Only style parent kbd elements instead of the individual children */
:not(dl.option-list)> :not(dt):not(kbd):not(kbd)>kbd, :not(dl.option-list)> :not(kbd):not(kbd)>kbd,
.menuselection { .menuselection {
background-color: var(--color-background-secondary); background-color: var(--color-background-secondary);
border: 1px solid var(--color-foreground-border); border: 1px solid var(--color-foreground-border);
@ -104,7 +104,6 @@ kbd:not(.compound) {
display: inline-block; display: inline-block;
margin: 0; margin: 0;
padding: 0 .2rem; padding: 0 .2rem;
vertical-align: text-bottom;
} }
.caption .menuselection { .caption .menuselection {