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

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;
}