From ac157e314a6c228572fb58671f982d980c844c2d Mon Sep 17 00:00:00 2001 From: asforest Date: Fri, 8 Apr 2022 20:00:28 +0800 Subject: [PATCH] Decrease scrollbar handle brightness --- vue-dark.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vue-dark.css b/vue-dark.css index 4bff450..ce232b3 100755 --- a/vue-dark.css +++ b/vue-dark.css @@ -811,9 +811,9 @@ html{ } ::-webkit-scrollbar-thumb { - background: #ffffff5e; + background: #ffffff35; } ::-webkit-scrollbar-thumb:active { - background: #ffffff9c; + background: #ffffff65; }