Skip to content

Commit 3d86cb8

Browse files
committed
Fix docsearch background darkmode
1 parent a18193a commit 3d86cb8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/css/vendor/docsearch.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
font-size: 14px;
3131
}
3232

33-
:root {
33+
:root,
34+
html.dark-theme {
3435
--docsearch-searchbox-background: var(--body-background-color);
3536
}

0 commit comments

Comments
 (0)