style: Update scrollbar colors for improved UI consistency

This commit is contained in:
MayaTheShy
2026-02-20 02:38:31 -05:00
parent 75ca027ab4
commit 5f6dbce277

View File

@@ -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 */