Make scrollbar thumb lighter in darkmode
This commit is contained in:
parent
a8957ed973
commit
e1d391c451
@ -807,3 +807,11 @@ html{
|
|||||||
.ty-preferences .search-hit {
|
.ty-preferences .search-hit {
|
||||||
background: var(--select-text-bg-color)
|
background: var(--select-text-bg-color)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
::-webkit-scrollbar-thumb {
|
||||||
|
background: #ffffff5e;
|
||||||
|
}
|
||||||
|
|
||||||
|
::-webkit-scrollbar-thumb:active {
|
||||||
|
background: #ffffff9c;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user