File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 22
22
23
23
html ,
24
24
body {
25
+ background-color : var (--st-background );
25
26
font-weight : var (--ifm-font-weight-normal );
26
27
letter-spacing : -0.011rem ;
27
28
line-height : 1.625 ;
@@ -1091,7 +1092,7 @@ html [class*='toggleButton'] {
1091
1092
1092
1093
.theme-doc-sidebar-item-category-level-1 a ,
1093
1094
.theme-doc-sidebar-item-link-level-1 a {
1094
- color : var (--ifm-color-emphasis-0 );
1095
+ color : var (--st-text-highlight );
1095
1096
}
1096
1097
1097
1098
.theme-doc-sidebar-item-category-level-1 ul li ,
@@ -1175,7 +1176,7 @@ html [class*='toggleButton'] {
1175
1176
.menu__list-item .menu__list-item .menu__link--active {
1176
1177
border-left : 3px solid var (--st-menu-link-border-active );
1177
1178
margin-left : -4px ;
1178
- color : var (--ifm-color-emphasis-0 );
1179
+ color : var (--st-text-highlight );
1179
1180
}
1180
1181
1181
1182
.menu__list-item .menu__list-item .menu__list-item .menu__link--active {
@@ -1717,6 +1718,7 @@ ul.blog-list {
1717
1718
/* Footer */
1718
1719
1719
1720
.footer {
1721
+ background : var (--st-background );
1720
1722
border-top : 1px solid var (--st-header-border );
1721
1723
padding : 0.5rem ;
1722
1724
}
You can’t perform that action at this time.
0 commit comments