Merge pull request #3152 from spasche/scrollbar-color

use same variable as Firefox for scrollbar thumb
This commit is contained in:
zadam 2023-03-14 22:16:39 +01:00 committed by GitHub
commit c922322ed3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -783,7 +783,7 @@ body {
::-webkit-scrollbar-thumb {
border-radius: 3px;
border: 1px solid var(--scrollbar-border-color);
background-color: var(--main-background-color);
background-color: var(--active-item-background-color);
}
::-webkit-scrollbar-corner {