Skip to content

Commit 3fa97c3

Browse files
committed
fix: scrollbar color, fixes #390
Signed-off-by: Innei <[email protected]>
1 parent a6471df commit 3fa97c3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/styles/tailwindcss.css

+4
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ html body {
4646
}
4747
* {
4848
tab-size: 2;
49+
50+
&:hover {
51+
scrollbar-color: auto;
52+
}
4953
}
5054

5155
.animate-ping {

0 commit comments

Comments
 (0)