Skip to content

Commit e49d81a

Browse files
authored
Update dark-theme.css
1 parent 8c0a500 commit e49d81a

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

dark-theme.css

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,10 @@ body:not(.mobile) ::-webkit-scrollbar {
1010

1111
body:not(.mobile) ::-webkit-scrollbar-track {
1212
background-color: #2B303B;
13-
box-shadow: inset 1px 0 0 0 rgba(0,0,0,0.2);
14-
}
15-
16-
body:not(.mobile) ::-webkit-scrollbar-track:horizontal {
17-
box-shadow: inset 0 1px 0 0 rgba(0,0,0,0.2);
1813
}
1914

2015
body:not(.mobile) ::-webkit-scrollbar-corner {
2116
background-color: #2B303B;
22-
box-shadow: inset -15px -15px 0 0 #2B303B,
23-
inset 1px 1px 0 0 rgba(0,0,0,0.2);
2417
}
2518

2619
body:not(.mobile) ::-webkit-scrollbar-thumb {

0 commit comments

Comments
 (0)