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