From 7a070d6622a686b28a29e4e5a56d510b9d8ede51 Mon Sep 17 00:00:00 2001 From: Radhika Malpani Date: Tue, 2 Jul 2024 18:32:56 +0530 Subject: [PATCH] update index.css --- src/index.css | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/src/index.css b/src/index.css index 2fa76f2..5bc26ea 100644 --- a/src/index.css +++ b/src/index.css @@ -1,19 +1,24 @@ /* scrollbar.css */ ::-webkit-scrollbar { - width: 10px; + width: 8px; } /* Track */ ::-webkit-scrollbar-track { - background: #0e4b16; + background: #c9ffd0; } /* Handle */ ::-webkit-scrollbar-thumb { - background: darkgray; + background: #3bb77e; border-radius: 10px; } ::-webkit-scrollbar-thumb:hover { - background: darkgrey; + background: #28a745; } + +::-webkit-scrollbar:hover { + width: 10px; +} +