From 7f78f0f2e3d8f93cedc6b740945ff5eb01099d9b Mon Sep 17 00:00:00 2001 From: GilbN Date: Tue, 19 Feb 2019 17:07:29 +0100 Subject: [PATCH] adjusted scroller --- CSS/themes/orgarr.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CSS/themes/orgarr.css b/CSS/themes/orgarr.css index 0b96a4a7..5e1a27e4 100644 --- a/CSS/themes/orgarr.css +++ b/CSS/themes/orgarr.css @@ -49,18 +49,18 @@ body { } /* scroller */ ::-webkit-scrollbar-corner { - background-color: rgba(0, 0, 0, .25); + background-color: hsla(0,0%,100%,.08); } ::-webkit-scrollbar { width: 10px; height: 10px; - background: hsla(0,0%,100%,.08); + background: rgba(0, 0, 0, .25); } ::-webkit-scrollbar-thumb { -webkit-border-radius: 2px; border-radius: 2px; - background-color: rgba(0, 0, 0, .25); + background-color: hsla(0,0%,100%,.08); } /* navbar and searchbar */