Skip to content

Commit 5376dae

Browse files
authored
Merge pull request #5 from tomj/main
Fix transparent navbar
2 parents e1c5a89 + 3891a6f commit 5376dae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/css/custom.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,12 @@
2222
}
2323

2424
html[data-theme='light'] {
25+
--ifm-navbar-background-color: #FFFFFF;
2526
}
2627

2728
html[data-theme='dark'] {
2829
--ifm-background-surface-color: #070C1A;
30+
--ifm-navbar-background-color: #18191A;
2931
--ifm-color-primary: #657385;
3032
--ifm-heading-color: #FFFFFF;
3133
--ifm-font-color-base: #9EA5B8;

0 commit comments

Comments
 (0)