Skip to content

Commit 133212e

Browse files
committed
Tweak colors
1 parent 70c81ac commit 133212e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/css/custom.css

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ html[data-theme='dark'] body {
592592
--docsearch-footer-shadow: inset 0 1px 0 0 var(--st-gray-700);
593593

594594
/* navbar */
595-
--ifm-navbar-background-color: var(--st-navbar-background);
595+
--ifm-navbar-background-color: var(--ifm-background-color);
596596
--ifm-navbar-shadow: none;
597597

598598
/* contents list */
@@ -603,6 +603,10 @@ html[data-theme='dark'] body {
603603
--st-tag-border: 1px solid rgba(69, 71, 79, .5);/* var(--st-gray-700) in rgba */
604604
--st-tag-text: var(--st-gray-50);
605605
--st-tag-background: var(--st-gray-850);
606+
607+
/* background */
608+
--ifm-background-color: #15151d;
609+
--ifm-footer-background-color: var(--ifm-background-color);
606610
}
607611

608612
/* Code examples */
@@ -1699,7 +1703,6 @@ ul.blog-list {
16991703
/* Footer */
17001704

17011705
.footer {
1702-
background: var(--st-background);
17031706
border-top: 1px solid var(--st-header-border);
17041707
padding: 0.5rem;
17051708
}

0 commit comments

Comments
 (0)