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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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