Skip to content

Commit 64ac7e3

Browse files
authored
docs: repair dark theme search styling (#1080)
1 parent 4d59658 commit 64ac7e3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

www/src/css/custom.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@
4040
background-color: rgba(0, 0, 0, 0.3);
4141
}
4242

43+
[data-theme='dark'] .DocSearch {
44+
--docsearch-hit-active-color: black;
45+
}
46+
4347
/* skip for home page and v4 docs */
4448
html.plugin-id-default.plugin-pages div[class*="announcementBar"],
4549
html[class*="docs-version-4"] div[class*="announcementBar"] {

0 commit comments

Comments
 (0)