This commit is contained in:
khatabwedaa 2020-06-14 09:59:01 +02:00
parent 134d37c253
commit 4bafcde1df

View file

@ -11,9 +11,9 @@
} }
::-webkit-scrollbar-thumb{ ::-webkit-scrollbar-thumb{
background: #4299E1; background: #CBD5E0;
} }
::-webkit-scrollbar-thumb:hover{ ::-webkit-scrollbar-thumb:hover{
background: rgb(47, 120, 180); background: #718096;
} }