File tree Expand file tree Collapse file tree 1 file changed +12
-21
lines changed
src/generators/legacy-html/assets Expand file tree Collapse file tree 1 file changed +12
-21
lines changed Original file line number Diff line number Diff line change @@ -601,35 +601,26 @@ hr {
601
601
margin : 0 ;
602
602
}
603
603
604
- .toc li a ::before {
605
- content : '■' ;
606
- color : var (--color-text-primary );
607
- padding-right : 1em ;
608
- font-size : 0.9em ;
609
- }
610
-
611
- .toc li a : hover ::before {
612
- color : var (--white );
613
- }
614
-
615
- .toc ul ul a {
616
- padding-left : 1rem ;
604
+ .toc > ul : first-child {
605
+ margin-left : 1rem ;
617
606
}
618
607
619
- .toc ul ul ul a {
620
- padding-left : 2rem ;
608
+ .toc li {
609
+ display : list-item;
610
+ list-style : square;
621
611
}
622
612
623
- .toc ul ul ul ul a {
624
- padding-left : 3rem ;
613
+ .toc li a {
614
+ display : inline;
615
+ padding-left : 0 ;
625
616
}
626
617
627
- .toc ul ul ul ul ul a {
628
- padding-left : 4 rem ;
618
+ .toc li a : hover :: before {
619
+ color : var ( --white ) ;
629
620
}
630
621
631
- .toc ul ul ul ul ul ul a {
632
- padding-left : 5 rem ;
622
+ .toc ul {
623
+ padding-left : 1 rem ;
633
624
}
634
625
635
626
# toc .stability_0 ::after ,
You can’t perform that action at this time.
0 commit comments