From 4b1042aad0569e0e7aa05cf33b9da9df44de4c2f Mon Sep 17 00:00:00 2001 From: Amruta Kothawade <116087736+Amruta7203@users.noreply.github.com> Date: Sat, 29 Jun 2024 16:22:55 +0530 Subject: [PATCH] Update index.css --- Client/src/index.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Client/src/index.css b/Client/src/index.css index 005133f..34b45cd 100644 --- a/Client/src/index.css +++ b/Client/src/index.css @@ -15,6 +15,20 @@ body { top: 0px !important; } +::-webkit-scrollbar-track { + background-color: #007bff; + border-radius: 10px; +} + +::-webkit-scrollbar-thumb { + background-color: #cccccc; + border-radius: 10px; +} + +::-webkit-scrollbar-thumb:hover { + background-color: #aaaaaa; +} + .Pacifico{ font-family: "Pacifico", serif; color: #007bff;