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 4920d607f6 - Show all commits

View File

@ -78,7 +78,6 @@
width: 50%; width: 50%;
margin: 0 5px; margin: 0 5px;
padding-bottom: 4px; padding-bottom: 4px;
background-color: #0003;
border-radius: 3px; border-radius: 3px;
box-shadow: 0 0 6px #000C; box-shadow: 0 0 6px #000C;
z-index: 999; z-index: 999;
@ -90,9 +89,10 @@
.version-title { .version-title {
padding: 5px; padding: 5px;
color: black; color: var(--color-content-foreground);
text-align: center; text-align: center;
font-size: 102%; font-size: 102%;
font-weight: 700;
background-color: var(--color-brand-primary); background-color: var(--color-brand-primary);
border-bottom: solid 1.5px var(--color-sidebar-background-border); border-bottom: solid 1.5px var(--color-sidebar-background-border);
} }
@ -102,7 +102,6 @@
margin-top: 0; margin-top: 0;
margin-bottom: 4px; margin-bottom: 4px;
text-align: center; text-align: center;
background-color: #000C;
border: solid 1px var(--color-sidebar-background-border); border: solid 1px var(--color-sidebar-background-border);
border-radius: 0px 0px 3px 3px; border-radius: 0px 0px 3px 3px;
} }
@ -128,15 +127,10 @@
.version-list li:hover, .version-list li:hover,
.version-list li a:focus { .version-list li a:focus {
background-color: #b9cfda; background-color: var(--color-background-hover);
} }
.version-list li.selected, .version-list li.selected {
.version-list li.selected:hover { background: var(--color-sidebar-item-background--current);
background-color: #8d8c8c; font-weight: 700;
}
.version-list li.selected span {
cursor: default;
outline-color: red;
} }