style: Update scrollbar colors for improved UI consistency
This commit is contained in:
@@ -134,16 +134,16 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
::-webkit-scrollbar-track {
|
::-webkit-scrollbar-track {
|
||||||
background: #1e293b;
|
background: #2c2c2c;
|
||||||
}
|
}
|
||||||
|
|
||||||
::-webkit-scrollbar-thumb {
|
::-webkit-scrollbar-thumb {
|
||||||
background: #475569;
|
background: #5a5a5a;
|
||||||
border-radius: 4px;
|
border: 1px solid #1a1a1a;
|
||||||
}
|
}
|
||||||
|
|
||||||
::-webkit-scrollbar-thumb:hover {
|
::-webkit-scrollbar-thumb:hover {
|
||||||
background: #64748b;
|
background: #6b6b6b;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Mobile-Responsive Design */
|
/* Mobile-Responsive Design */
|
||||||
|
|||||||
Reference in New Issue
Block a user