diff --git a/apps/landing/main.css b/apps/landing/main.css index c20dd3d84..0fe5b3598 100644 --- a/apps/landing/main.css +++ b/apps/landing/main.css @@ -4759,4 +4759,24 @@ .fas { /* color: rgba(255,255,255,.5);; */ color: inherit; + } + + /* Custom Scrollbar */ + + ::-webkit-scrollbar { + width: 12px; + } + + ::-webkit-scrollbar-track { + box-shadow: inset 0 0 1px grey; + border-radius: 0px; + } + + ::-webkit-scrollbar-thumb { + background: #9a2ca0; + border-radius: 5px; + } + + ::-webkit-scrollbar-thumb:hover { + background: grey; } \ No newline at end of file