Skip to content

Commit

Permalink
Uses colors with opacity
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbs committed Jul 29, 2024
1 parent 4cbd8be commit 85bf4ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ html, body {
}

*::-webkit-scrollbar-thumb {
background-color: #c2c2c2;
background-color: rgba(0, 0, 0, 0.25);
border-radius: 6px;
border: 3px solid transparent;
background-clip: padding-box;
}

*::-webkit-scrollbar-thumb:hover {
background-color: #7d7d7d;
background-color: rgba(0, 0, 0, 0.5);
}

0 comments on commit 85bf4ad

Please sign in to comment.