This commit is contained in:
khatabwedaa
2020-06-13 22:35:45 +02:00
parent f098c301c6
commit 668261481f

View File

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