clean colors
This commit is contained in:
@@ -57,19 +57,19 @@ button {
|
||||
|
||||
/* Track */
|
||||
::-webkit-scrollbar-track {
|
||||
background: gainsboro;
|
||||
@apply bg-gray-100;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
/* Handle */
|
||||
::-webkit-scrollbar-thumb {
|
||||
@apply bg-gray-400;
|
||||
@apply bg-gray-300;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
/* Handle on hover */
|
||||
::-webkit-scrollbar-thumb:hover {
|
||||
background: #555;
|
||||
@apply bg-gray-500;
|
||||
}
|
||||
|
||||
.direction-ltr {
|
||||
|
||||
Reference in New Issue
Block a user