Skip to content

Commit

Permalink
fix: scrollbar color, fixes #390
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <i@innei.in>
  • Loading branch information
Innei committed Jun 29, 2024
1 parent a6471df commit 3fa97c3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/styles/tailwindcss.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ html body {
}
* {
tab-size: 2;

&:hover {
scrollbar-color: auto;
}
}

.animate-ping {
Expand Down

0 comments on commit 3fa97c3

Please sign in to comment.