Decrease scrollbar handle brightness

This commit is contained in:
asforest
2022-04-08 20:00:28 +08:00
committed by GitHub
parent b73dc3ea5c
commit ac157e314a

View File

@@ -811,9 +811,9 @@ html{
}
::-webkit-scrollbar-thumb {
background: #ffffff5e;
background: #ffffff35;
}
::-webkit-scrollbar-thumb:active {
background: #ffffff9c;
background: #ffffff65;
}