This commit is contained in:
khatabwedaa
2020-11-25 20:57:29 +02:00
parent bc3b817ab7
commit 0f0e66572a

View File

@@ -4,16 +4,17 @@
::-webkit-scrollbar {
width: 7px;
height: 7px;
}
::-webkit-scrollbar-track{
background: #2D3748;
::-webkit-scrollbar-track {
background: #2d3748;
}
::-webkit-scrollbar-thumb{
background: #CBD5E0;
::-webkit-scrollbar-thumb {
background: #cbd5e0;
}
::-webkit-scrollbar-thumb:hover{
::-webkit-scrollbar-thumb:hover {
background: #718096;
}