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