Skip to content

Commit cccebd7

Browse files
committed
Merge pull request #21 from devinrhode2/patch-1
I noticed the shade of the scrollbars was a hair off native....
2 parents 60bb4e9 + 7b38c08 commit cccebd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

antiscroll.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
}
66

77
.antiscroll-scrollbar {
8-
background: #666;
9-
background: rgba(0, 0, 0, .6);
8+
background: #747474;
9+
background: rgba(0, 0, 0, 0.54);
1010
-webkit-border-radius: 7px;
1111
-moz-border-radius: 7px;
1212
border-radius: 7px;

0 commit comments

Comments
 (0)