We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c0a500 commit e49d81aCopy full SHA for e49d81a
dark-theme.css
@@ -10,17 +10,10 @@ body:not(.mobile) ::-webkit-scrollbar {
10
11
body:not(.mobile) ::-webkit-scrollbar-track {
12
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);
18
}
19
20
body:not(.mobile) ::-webkit-scrollbar-corner {
21
22
- box-shadow: inset -15px -15px 0 0 #2B303B,
23
- inset 1px 1px 0 0 rgba(0,0,0,0.2);
24
25
26
body:not(.mobile) ::-webkit-scrollbar-thumb {
0 commit comments