From 5f6dbce27780bd8c3b287a7d8aef6b19087e9570 Mon Sep 17 00:00:00 2001 From: MayaTheShy Date: Fri, 20 Feb 2026 02:38:31 -0500 Subject: [PATCH] style: Update scrollbar colors for improved UI consistency --- client/src/App.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/client/src/App.css b/client/src/App.css index d908f6e..5c674c7 100644 --- a/client/src/App.css +++ b/client/src/App.css @@ -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 */