File tree 7 files changed +18
-8
lines changed
7 files changed +18
-8
lines changed Original file line number Diff line number Diff line change @@ -344,7 +344,7 @@ html:not(.sidebar-visible) #menu-bar:not(:hover).folded > #menu-bar-sticky-conta
344
344
background : # fafafa ;
345
345
}
346
346
.light .sidebar ::-webkit-scrollbar-thumb {
347
- background : # 364149 ;
347
+ background : # ccc ;
348
348
}
349
349
.light .chapter li {
350
350
color : # aaa ;
@@ -474,7 +474,7 @@ html:not(.sidebar-visible) #menu-bar:not(:hover).folded > #menu-bar-sticky-conta
474
474
background : # fff ;
475
475
}
476
476
.light ::-webkit-scrollbar-thumb {
477
- background : # 333 ;
477
+ background : # ccc ;
478
478
}
479
479
.coal {
480
480
color : # 98a3ad ;
@@ -640,7 +640,7 @@ html:not(.sidebar-visible) #menu-bar:not(:hover).folded > #menu-bar-sticky-conta
640
640
background : # 141617 ;
641
641
}
642
642
.coal ::-webkit-scrollbar-thumb {
643
- background : # 98a3ad ;
643
+ background : # a1adb8 ;
644
644
}
645
645
.navy {
646
646
color : # bcbdd0 ;
@@ -806,7 +806,7 @@ html:not(.sidebar-visible) #menu-bar:not(:hover).folded > #menu-bar-sticky-conta
806
806
background : # 161923 ;
807
807
}
808
808
.navy ::-webkit-scrollbar-thumb {
809
- background : # bcbdd0 ;
809
+ background : # c8c9db ;
810
810
}
811
811
.rust {
812
812
color : # 262625 ;
@@ -972,7 +972,7 @@ html:not(.sidebar-visible) #menu-bar:not(:hover).folded > #menu-bar-sticky-conta
972
972
background : # e1e1db ;
973
973
}
974
974
.rust ::-webkit-scrollbar-thumb {
975
- background : # 262625 ;
975
+ background : # c8c9db ;
976
976
}
977
977
.ayu {
978
978
color : # c5c5c5 ;
@@ -1138,7 +1138,7 @@ html:not(.sidebar-visible) #menu-bar:not(:hover).folded > #menu-bar-sticky-conta
1138
1138
background : # 0f1419 ;
1139
1139
}
1140
1140
.ayu ::-webkit-scrollbar-thumb {
1141
- background : # c5c5c5 ;
1141
+ background : # c8c9db ;
1142
1142
}
1143
1143
@media only print {
1144
1144
# sidebar ,
Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ $sidebar-non-existant = #5c6773
9
9
$sidebar-active = #ff b4 54
10
10
$sidebar-spacer = #2d 33 4f
11
11
12
+ $scrollbar = $sidebar-fg
13
+
12
14
$icons = #73 74 80
13
15
$icons-hover = #b7 b9 cc
14
16
Original file line number Diff line number Diff line change 38
38
}
39
39
40
40
& :: -webkit-scrollbar-thumb {
41
- background : $sidebar-fg ;
41
+ background : $scrollbar ;
42
42
}
43
43
}
44
44
186
186
}
187
187
188
188
:: -webkit-scrollbar-thumb {
189
- background : $fg ;
189
+ background : $scrollbar ;
190
190
}
191
191
}
Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ $sidebar-non-existant = #505254
9
9
$sidebar-active = #34 73 ad
10
10
$sidebar-spacer = #39 39 39
11
11
12
+ $scrollbar = $sidebar-fg
13
+
12
14
$icons = #43 48 4d
13
15
$icons-hover = #b3 c0 cc
14
16
Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ $sidebar-non-existant = #aaaaaa
9
9
$sidebar-active = #00 8c ff
10
10
$sidebar-spacer = #f4 f4 f4
11
11
12
+ $scrollbar = #cc cc cc
13
+
12
14
$icons = #cc cc cc
13
15
$icons-hover = #33 33 33
14
16
Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ $sidebar-non-existant = #505274
9
9
$sidebar-active = #2b 79 a2
10
10
$sidebar-spacer = #2d 33 4f
11
11
12
+ $scrollbar = $sidebar-fg
13
+
12
14
$icons = #73 74 80
13
15
$icons-hover = #b7 b9 cc
14
16
Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ $sidebar-non-existant = #505254
9
9
$sidebar-active = #e6 9f 67
10
10
$sidebar-spacer = #45 37 3a
11
11
12
+ $scrollbar = $sidebar-fg
13
+
12
14
$icons = #73 74 80
13
15
$icons-hover = #26 26 25
14
16
You can’t perform that action at this time.
0 commit comments