@@ -340,6 +340,12 @@ html:not(.sidebar-visible) #menu-bar:not(:hover).folded > #menu-bar-sticky-conta
340
340
background-color : # fafafa ;
341
341
color : # 364149 ;
342
342
}
343
+ .light .sidebar ::-webkit-scrollbar {
344
+ background : # fafafa ;
345
+ }
346
+ .light .sidebar ::-webkit-scrollbar-thumb {
347
+ background : # 364149 ;
348
+ }
343
349
.light .chapter li {
344
350
color : # aaa ;
345
351
}
@@ -464,6 +470,12 @@ html:not(.sidebar-visible) #menu-bar:not(:hover).folded > #menu-bar-sticky-conta
464
470
.light .icon-button i {
465
471
margin : 0 ;
466
472
}
473
+ .light ::-webkit-scrollbar {
474
+ background : # fff ;
475
+ }
476
+ .light ::-webkit-scrollbar-thumb {
477
+ background : # 333 ;
478
+ }
467
479
.coal {
468
480
color : # 98a3ad ;
469
481
background-color : # 141617 ;
@@ -494,6 +506,12 @@ html:not(.sidebar-visible) #menu-bar:not(:hover).folded > #menu-bar-sticky-conta
494
506
background-color : # 292c2f ;
495
507
color : # a1adb8 ;
496
508
}
509
+ .coal .sidebar ::-webkit-scrollbar {
510
+ background : # 292c2f ;
511
+ }
512
+ .coal .sidebar ::-webkit-scrollbar-thumb {
513
+ background : # a1adb8 ;
514
+ }
497
515
.coal .chapter li {
498
516
color : # 505254 ;
499
517
}
@@ -618,6 +636,12 @@ html:not(.sidebar-visible) #menu-bar:not(:hover).folded > #menu-bar-sticky-conta
618
636
.coal .icon-button i {
619
637
margin : 0 ;
620
638
}
639
+ .coal ::-webkit-scrollbar {
640
+ background : # 141617 ;
641
+ }
642
+ .coal ::-webkit-scrollbar-thumb {
643
+ background : # 98a3ad ;
644
+ }
621
645
.navy {
622
646
color : # bcbdd0 ;
623
647
background-color : # 161923 ;
@@ -648,6 +672,12 @@ html:not(.sidebar-visible) #menu-bar:not(:hover).folded > #menu-bar-sticky-conta
648
672
background-color : # 282d3f ;
649
673
color : # c8c9db ;
650
674
}
675
+ .navy .sidebar ::-webkit-scrollbar {
676
+ background : # 282d3f ;
677
+ }
678
+ .navy .sidebar ::-webkit-scrollbar-thumb {
679
+ background : # c8c9db ;
680
+ }
651
681
.navy .chapter li {
652
682
color : # 505274 ;
653
683
}
@@ -772,6 +802,12 @@ html:not(.sidebar-visible) #menu-bar:not(:hover).folded > #menu-bar-sticky-conta
772
802
.navy .icon-button i {
773
803
margin : 0 ;
774
804
}
805
+ .navy ::-webkit-scrollbar {
806
+ background : # 161923 ;
807
+ }
808
+ .navy ::-webkit-scrollbar-thumb {
809
+ background : # bcbdd0 ;
810
+ }
775
811
.rust {
776
812
color : # 262625 ;
777
813
background-color : # e1e1db ;
@@ -802,6 +838,12 @@ html:not(.sidebar-visible) #menu-bar:not(:hover).folded > #menu-bar-sticky-conta
802
838
background-color : # 3b2e2a ;
803
839
color : # c8c9db ;
804
840
}
841
+ .rust .sidebar ::-webkit-scrollbar {
842
+ background : # 3b2e2a ;
843
+ }
844
+ .rust .sidebar ::-webkit-scrollbar-thumb {
845
+ background : # c8c9db ;
846
+ }
805
847
.rust .chapter li {
806
848
color : # 505254 ;
807
849
}
@@ -926,6 +968,12 @@ html:not(.sidebar-visible) #menu-bar:not(:hover).folded > #menu-bar-sticky-conta
926
968
.rust .icon-button i {
927
969
margin : 0 ;
928
970
}
971
+ .rust ::-webkit-scrollbar {
972
+ background : # e1e1db ;
973
+ }
974
+ .rust ::-webkit-scrollbar-thumb {
975
+ background : # 262625 ;
976
+ }
929
977
.ayu {
930
978
color : # c5c5c5 ;
931
979
background-color : # 0f1419 ;
@@ -956,6 +1004,12 @@ html:not(.sidebar-visible) #menu-bar:not(:hover).folded > #menu-bar-sticky-conta
956
1004
background-color : # 14191f ;
957
1005
color : # c8c9db ;
958
1006
}
1007
+ .ayu .sidebar ::-webkit-scrollbar {
1008
+ background : # 14191f ;
1009
+ }
1010
+ .ayu .sidebar ::-webkit-scrollbar-thumb {
1011
+ background : # c8c9db ;
1012
+ }
959
1013
.ayu .chapter li {
960
1014
color : # 5c6773 ;
961
1015
}
@@ -1080,6 +1134,12 @@ html:not(.sidebar-visible) #menu-bar:not(:hover).folded > #menu-bar-sticky-conta
1080
1134
.ayu .icon-button i {
1081
1135
margin : 0 ;
1082
1136
}
1137
+ .ayu ::-webkit-scrollbar {
1138
+ background : # 0f1419 ;
1139
+ }
1140
+ .ayu ::-webkit-scrollbar-thumb {
1141
+ background : # c5c5c5 ;
1142
+ }
1083
1143
@media only print {
1084
1144
# sidebar ,
1085
1145
# menu-bar ,
0 commit comments