@@ -151,7 +151,7 @@ span.material-symbols-outlined {
151
151
.column .left ::-webkit-scrollbar-thumb {
152
152
transition : 0.3s ease all;
153
153
border-color : transparent;
154
- background-color : # 354e9c ;
154
+ background-color : gray ;
155
155
border-radius : 8px ;
156
156
z-index : 40 ;
157
157
}
@@ -220,7 +220,7 @@ span.material-symbols-outlined {
220
220
# HTMLItemsTopHalf ::-webkit-scrollbar-thumb {
221
221
transition : 0.3s ease all;
222
222
border-color : transparent;
223
- background-color : # 354e9c ;
223
+ background-color : gray ;
224
224
border-radius : 8px ;
225
225
z-index : 40 ;
226
226
}
@@ -539,7 +539,7 @@ BOTTOM PANEL
539
539
.tab-content ::-webkit-scrollbar-thumb {
540
540
transition : 0.3s ease all;
541
541
border-color : transparent;
542
- background-color : # 354e9c ;
542
+ background-color : gray ;
543
543
border-radius : 8px ;
544
544
z-index : 40 ;
545
545
}
@@ -552,7 +552,7 @@ BOTTOM PANEL
552
552
.tab-content ::-webkit-scrollbar-thumb {
553
553
transition : 0.3s ease all;
554
554
border-color : transparent;
555
- background-color : # 354e9c ;
555
+ background-color : gray ;
556
556
border-radius : 8px ;
557
557
z-index : 40 ;
558
558
}
0 commit comments