Skip to content

Commit 9580041

Browse files
committed
Tweak CSS
1 parent e09b674 commit 9580041

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/css/custom.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222

2323
html,
2424
body {
25+
background-color: var(--st-background);
2526
font-weight: var(--ifm-font-weight-normal);
2627
letter-spacing: -0.011rem;
2728
line-height: 1.625;
@@ -1091,7 +1092,7 @@ html [class*='toggleButton'] {
10911092

10921093
.theme-doc-sidebar-item-category-level-1 a,
10931094
.theme-doc-sidebar-item-link-level-1 a {
1094-
color: var(--ifm-color-emphasis-0);
1095+
color: var(--st-text-highlight);
10951096
}
10961097

10971098
.theme-doc-sidebar-item-category-level-1 ul li,
@@ -1175,7 +1176,7 @@ html [class*='toggleButton'] {
11751176
.menu__list-item .menu__list-item .menu__link--active {
11761177
border-left: 3px solid var(--st-menu-link-border-active);
11771178
margin-left: -4px;
1178-
color: var(--ifm-color-emphasis-0);
1179+
color: var(--st-text-highlight);
11791180
}
11801181

11811182
.menu__list-item .menu__list-item .menu__list-item .menu__link--active {
@@ -1717,6 +1718,7 @@ ul.blog-list {
17171718
/* Footer */
17181719

17191720
.footer {
1721+
background: var(--st-background);
17201722
border-top: 1px solid var(--st-header-border);
17211723
padding: 0.5rem;
17221724
}

0 commit comments

Comments
 (0)