diff --git a/static/css/style.css b/static/css/style.css index 4df15bbd..e84aab7a 100755 --- a/static/css/style.css +++ b/static/css/style.css @@ -13,14 +13,13 @@ ::-webkit-scrollbar-track { - background-color: lightgrey; + background-color: rgba(255,255,255,0.3); border-radius:0px; } ::-webkit-scrollbar { width: 4px; - background-color: lightgrey; border-radius:0px; }