File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed
assets/css/_partial/_single Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change 1010
1111 .related-title {
1212 margin-bottom : .5rem ;
13- font-size : 1.1 rem ;
13+ font-size : $toc-title-font-size ;
1414 font-weight : bold ;
1515 text-transform : uppercase ;
1616 }
1717
1818 .related-content {
19+ font-size : $toc-content-font-size ;
1920 max-height : calc (100vh - 205px );
2021 overflow : auto ;
2122
2728
2829 li {
2930 position : relative ;
30- padding-left : 1 rem ;
31+ padding-left : .8 rem ;
3132 }
3233
3334 li ::before {
3435 content : ' |' ;
3536 position : absolute ;
3637 left : 0 ;
37- top : 0.1rem ;
38- color : $global-link-color ;
39- font-weight : 700 ;
40- text-shadow : 0.5px 0 $global-link-color ;
38+ color : $single-link-color ;
39+ font-weight : bolder ;
4140
4241 [theme = dark ] & {
43- color : $global-link-color-dark ;
44- text-shadow : 0.5px 0 $global-link-color-dark ;
42+ color : $single-link-color-dark ;
4543 }
4644 }
4745
You can’t perform that action at this time.
0 commit comments