Skip to content

Commit 20e58a1

Browse files
authored
Merge pull request #126 from easyops-cn/weareoutman-patch-1
fix: fix input box style of search page in dark mode
2 parents 89cf6bc + f233bce commit 20e58a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/client/theme/SearchPage/SearchPage.module.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
font-size: var(--ifm-font-size-base);
66
padding: 0.5rem;
77
width: 100%;
8-
background: #fff;
8+
background: var(--ifm-background-color);
9+
color: var(--ifm-font-color-base);
910
margin-bottom: 1rem;
1011
}
1112

0 commit comments

Comments
 (0)