From ae26e6d8a53fdf8217b55a226c1a53b809129c7d Mon Sep 17 00:00:00 2001 From: Harsh Gautam <93820223+realharshgautam@users.noreply.github.com> Date: Mon, 2 Oct 2023 01:14:43 +0530 Subject: [PATCH] Update style.css --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 5d6171d..5a27c69 100644 --- a/style.css +++ b/style.css @@ -16,7 +16,7 @@ background: #f1f1f1; } ::-webkit-scrollbar-thumb { - background: #6e93f7; + background: #40434e; border-radius: 12px; transition: all 0.3s ease; }