Skip to content

Commit

Permalink
feat(ui): update scrollbar styles
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusfg7 committed Feb 28, 2024
1 parent 5648b7f commit 8f89009
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/styles/base.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
@tailwind base;

@layer base {
html {
@apply scrollbar-track-transparent scrollbar-thumb-neutral-700 scrollbar-thumb-rounded-lg;
}

* {
@apply scrollbar-thin;
}

body {
@apply bg-neutral-50 dark:bg-neutral-1000;
@apply font-sans text-neutral-900 dark:text-neutral-300;
Expand Down

0 comments on commit 8f89009

Please sign in to comment.