diff --git a/chaosweb-v@2/src/index.css b/chaosweb-v@2/src/index.css index e69de29..6c6ba4a 100644 --- a/chaosweb-v@2/src/index.css +++ b/chaosweb-v@2/src/index.css @@ -0,0 +1,21 @@ + +::-webkit-scrollbar { + width: 7px; +} + +/* Track */ +::-webkit-scrollbar-track { + background: #2d1950; +} + +/* Handle */ +::-webkit-scrollbar-thumb { + background: rgba(178, 121, 216, 0.959); + border-radius: 12px; +} + +/* Handle on hover */ +::-webkit-scrollbar-thumb:hover { + background: rgba(222, 130, 235, 0.911); + border-radius: 12px; +} \ No newline at end of file