Update custom.css

This commit is contained in:
Tara Rostami 2023-05-06 01:37:25 +03:30 committed by GitHub
parent df85de261a
commit 4872a517fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -409,20 +409,18 @@
}
::-webkit-scrollbar {
width: 1.3em;
width: 0.7em;
}
::-webkit-scrollbar-track {
background: #323e52;
background: rgb(50 62 82 / 25%);
}
::-webkit-scrollbar-thumb {
background: rgb(179 179 179 / 80%);
background: rgb(133 133 133 / 80%);
border-radius: 100vw;
border:0.3em solid #323e52
}
::-webkit-scrollbar-thumb:hover {
background: #ffffff;
background: #919191;
}