diff --git a/css/styles.css b/css/styles.css index 52b206f..8c4fb2a 100644 --- a/css/styles.css +++ b/css/styles.css @@ -5,11 +5,11 @@ html { -o-background-size: cover; background-size: cover; - --scrollbarBG: #CFD8DC; - --thumbBG: #90A4AE; + --scrollbarBG: #CFD8DC00; + --thumbBG: #90A4AE00; } body::-webkit-scrollbar { - width: 11px; + width: 0px; } body { scrollbar-width: thin;