Skip to content

Commit

Permalink
Updated scrollbar colors
Browse files Browse the repository at this point in the history
  • Loading branch information
sivert-io committed Nov 3, 2023
1 parent f26c985 commit 5d7847c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions styles/globals.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

::-webkit-scrollbar-thumb {
border: 6px solid hsl(var(--b2));
background-color: #212121;
background-color: hsl(var(--bc));
min-height: 24px;
min-width: 24px;
}
::-webkit-scrollbar-track {
border: 8px solid hsl(var(--b2));
background-color: #dcdcdc;
background-color: hsl(var(--p));
}
::-webkit-scrollbar {
width: 17px;
Expand Down

1 comment on commit 5d7847c

@vercel
Copy link

@vercel vercel bot commented on 5d7847c Nov 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.