From 9a7d9e13ca17d03220f2c73d8bead2de181344fc Mon Sep 17 00:00:00 2001 From: XPoet Date: Thu, 3 Sep 2020 15:09:24 +0800 Subject: [PATCH] style: modified scroll bar background color --- source/css/layout/common/basic.styl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/css/layout/common/basic.styl b/source/css/layout/common/basic.styl index 3f8802c..d1b0d58 100644 --- a/source/css/layout/common/basic.styl +++ b/source/css/layout/common/basic.styl @@ -13,7 +13,7 @@ } &::-webkit-scrollbar-thumb { - background: rgba(0, 0, 0, 0.2); + background: rgba(0, 0, 0, 0.32); } &::-webkit-scrollbar-track {