From db1ad17ffaa47c33acb2be3bc3577b57207b918e Mon Sep 17 00:00:00 2001 From: Send_Nukez Date: Wed, 6 Oct 2021 04:24:28 +0200 Subject: [PATCH] change style for non-custom scrollbars --- user.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/user.css b/user.css index 40c99dc..188704d 100644 --- a/user.css +++ b/user.css @@ -54,6 +54,19 @@ body { filter: brightness(80%); } +::-webkit-scrollbar { + width: var(--scrollbar-vertical-size); +} + +::-webkit-scrollbar-thumb { + background-color: var(--spice-text) !important; + border-radius: calc(var(--scrollbar-vertical-size) / 2); +} + +::-webkit-scrollbar-thumb:hover { + filter: brightness(80%); +} + .main-type-mesto, .main-type-mestoBold, .main-type-ballad,