feat: add themed scrollbar styling for light and dark modes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user