From 6d8aa1666adc9e25b39f0e63528cfeec5acb81d1 Mon Sep 17 00:00:00 2001 From: frostime Date: Mon, 8 Jul 2024 16:24:05 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20style?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/style/core.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/style/core.scss b/src/style/core.scss index 5e4705a..d526adb 100644 --- a/src/style/core.scss +++ b/src/style/core.scss @@ -9,13 +9,13 @@ section#custom-bookmark-container { main.custom-bookmark-body { overflow-y: scroll; &::-webkit-scrollbar { - width: 7px; + width: 8px; } &::-webkit-scrollbar-thumb { - border-width: 1px; + border-width: 3px; } &::-webkit-scrollbar-thumb:hover { - border-color: var(--b3-theme-primary-lighter); + border-width: 1px; } } }