From e439dd19485040e02ad70e0a615592ad8db3442e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BB=93=E5=8F=91=E5=8F=97=E9=95=BF=E7=94=9F?= Date: Thu, 23 May 2019 12:57:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=BB=9A=E5=8A=A8=E6=9D=A1=E9=A2=9C=E8=89=B2?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/yilia/source-src/css/scroll.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/themes/yilia/source-src/css/scroll.scss b/themes/yilia/source-src/css/scroll.scss index 60f034b..6b513ab 100644 --- a/themes/yilia/source-src/css/scroll.scss +++ b/themes/yilia/source-src/css/scroll.scss @@ -7,6 +7,7 @@ ::-webkit-scrollbar-button { width: 0; height: 0; + background-color: $colorBg; } ::-webkit-scrollbar-button:start:increment,::-webkit-scrollbar-button:end:decrement { @@ -19,7 +20,7 @@ ::-webkit-scrollbar-thumb { border-radius: 8px; - background-color: rgba(0,0,0,.2); + background-color: rgba(0,0,0,.3); } ::-webkit-scrollbar-thumb:hover {