File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -592,7 +592,7 @@ html[data-theme='dark'] body {
592
592
--docsearch-footer-shadow : inset 0 1px 0 0 var (--st-gray-700 );
593
593
594
594
/* navbar */
595
- --ifm-navbar-background-color : var (--st-navbar- background );
595
+ --ifm-navbar-background-color : var (--ifm- background-color );
596
596
--ifm-navbar-shadow : none;
597
597
598
598
/* contents list */
@@ -603,6 +603,10 @@ html[data-theme='dark'] body {
603
603
--st-tag-border : 1px solid rgba (69 , 71 , 79 , .5 );/* var(--st-gray-700) in rgba */
604
604
--st-tag-text : var (--st-gray-50 );
605
605
--st-tag-background : var (--st-gray-850 );
606
+
607
+ /* background */
608
+ --ifm-background-color : # 15151d ;
609
+ --ifm-footer-background-color : var (--ifm-background-color );
606
610
}
607
611
608
612
/* Code examples */
@@ -1699,7 +1703,6 @@ ul.blog-list {
1699
1703
/* Footer */
1700
1704
1701
1705
.footer {
1702
- background : var (--st-background );
1703
1706
border-top : 1px solid var (--st-header-border );
1704
1707
padding : 0.5rem ;
1705
1708
}
You can’t perform that action at this time.
0 commit comments