diff --git a/bun.lockb b/bun.lockb index 5628db3..76bd8fb 100644 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/src/app/globals.css b/src/app/globals.css index c575162..29983bb 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -90,3 +90,19 @@ body { .bg-gradient { background: linear-gradient(180deg, #1a1a1a, #131313); } + +::-webkit-scrollbar { + @apply w-1.5 +} + +::-webkit-scrollbar-track { + @apply bg-accent rounded-full +} + +::-webkit-scrollbar-thumb { + @apply dark:bg-gray-400/30 bg-onyx/50 rounded-full +} + +::-webkit-scrollbar-thumb:hover { + background: #c0a0b9; +} \ No newline at end of file