Make scrollbar thumb lighter in darkmode

This commit is contained in:
asforest 2022-02-14 14:30:04 +08:00 committed by GitHub
parent a8957ed973
commit e1d391c451
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -807,3 +807,11 @@ html{
.ty-preferences .search-hit {
background: var(--select-text-bg-color)
}
::-webkit-scrollbar-thumb {
background: #ffffff5e;
}
::-webkit-scrollbar-thumb:active {
background: #ffffff9c;
}