From ed3b45cbe8a825733673224604997f7130fc8d11 Mon Sep 17 00:00:00 2001 From: gilbN Date: Tue, 19 Feb 2019 19:52:24 +0100 Subject: [PATCH] skrokk --- CSS/themes/plpp-plex.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CSS/themes/plpp-plex.css b/CSS/themes/plpp-plex.css index 386aa7fa..aa2127ab 100644 --- a/CSS/themes/plpp-plex.css +++ b/CSS/themes/plpp-plex.css @@ -33,13 +33,13 @@ body { ::-webkit-scrollbar { width: 10px !important; height: 10px !important; - background: rgba(0, 0, 0, .25) !important; + background: #1f1f1f !important; } ::-webkit-scrollbar-thumb { -webkit-border-radius: 2px !important; border-radius: 2px !important; - background-color: hsla(0,0%,100%,.08) !important; + background-color: rgba(255, 255, 255, 0.25) !important; } .navbar-inverse {