adjusted scroller

This commit is contained in:
GilbN 2019-02-19 17:07:29 +01:00 committed by GitHub
parent a495339ab2
commit 7f78f0f2e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,18 +49,18 @@ body {
} }
/* scroller */ /* scroller */
::-webkit-scrollbar-corner { ::-webkit-scrollbar-corner {
background-color: rgba(0, 0, 0, .25); background-color: hsla(0,0%,100%,.08);
} }
::-webkit-scrollbar { ::-webkit-scrollbar {
width: 10px; width: 10px;
height: 10px; height: 10px;
background: hsla(0,0%,100%,.08); background: rgba(0, 0, 0, .25);
} }
::-webkit-scrollbar-thumb { ::-webkit-scrollbar-thumb {
-webkit-border-radius: 2px; -webkit-border-radius: 2px;
border-radius: 2px; border-radius: 2px;
background-color: rgba(0, 0, 0, .25); background-color: hsla(0,0%,100%,.08);
} }
/* navbar and searchbar */ /* navbar and searchbar */