|
@@ -23,7 +23,7 @@ $modena: #6f4afe;
|
|
}
|
|
}
|
|
|
|
|
|
.scroll-bar::-webkit-scrollbar-thumb {
|
|
.scroll-bar::-webkit-scrollbar-thumb {
|
|
- background: linear-gradient(to bottom right, #075985 0%, #075985 100%);
|
|
|
|
|
|
+ background: linear-gradient(to bottom right, #C1C1C1 0%, #C1C1C1 100%);
|
|
border-radius: 5px;
|
|
border-radius: 5px;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -33,7 +33,7 @@ $modena: #6f4afe;
|
|
}
|
|
}
|
|
|
|
|
|
.scroll-bar::-webkit-scrollbar-button {
|
|
.scroll-bar::-webkit-scrollbar-button {
|
|
- background-color: #075985;
|
|
|
|
|
|
+ background-color: #C1C1C1;
|
|
border-radius: 2px;
|
|
border-radius: 2px;
|
|
height: 4px;
|
|
height: 4px;
|
|
}
|
|
}
|