Skip to content

Commit f09f326

Browse files
fixed search results color in dark mode
1 parent c84674d commit f09f326

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

theming/theme-dark.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,4 +216,8 @@ code {
216216
&:hover {
217217
text-decoration: none;
218218
}
219-
}
219+
}
220+
221+
.aa-DetachedOverlay li.aa-Item[aria-selected=true] .search-item * {
222+
color: white !important;
223+
}

0 commit comments

Comments
 (0)