From 488de1a40fc82dea6299d576b227e6b5ea9cf901 Mon Sep 17 00:00:00 2001 From: Kylart Date: Fri, 28 Aug 2020 16:52:50 +0200 Subject: [PATCH] Changed scrollbar style to be more UX friendly --- src/renderer/stylus/scrollbar.styl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/stylus/scrollbar.styl b/src/renderer/stylus/scrollbar.styl index 1df25a4..b97524d 100644 --- a/src/renderer/stylus/scrollbar.styl +++ b/src/renderer/stylus/scrollbar.styl @@ -10,6 +10,6 @@ ::-webkit-scrollbar-track-piece background-clip: padding-box border-radius 6px - background-color rgba(32, 32, 32, 0.3) + background-color rgba(255, 255, 255, 0.3) border-color transparent