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;