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 606377240f - Show all commits

View File

@ -93,7 +93,8 @@ 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(dt):not(kbd):not(kbd)>kbd,
.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);
border-radius: .2rem; border-radius: .2rem;