diff --git a/src/index.css b/src/index.css index dcda56f..7dd28a0 100644 --- a/src/index.css +++ b/src/index.css @@ -142,6 +142,11 @@ @layer base { * { @apply border-border outline-ring/50; + scrollbar-width: thin; + scrollbar-color: oklch(50% 0 0 / 20%) transparent; + } + .dark * { + scrollbar-color: oklch(80% 0 0 / 15%) transparent; } body { @apply bg-background text-foreground;