Merge pull request #45 from asforest/patch-1

Make scrollbar thumb lighter in darkmode
This commit is contained in:
闪烁之狐 (blinkfox) 2022-02-14 23:13:26 +08:00 committed by GitHub
commit 227201e16b
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;
}