Skip to content

Commit 5ee03b3

Browse files
fixed search results color in dark mode
1 parent 491d626 commit 5ee03b3

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
@@ -148,4 +148,8 @@ p {
148148
.tooltip {
149149
--bs-tooltip-color: $black !important;
150150
--bs-tooltip-bg: $white !important;
151-
}
151+
}
152+
153+
.aa-DetachedOverlay li.aa-Item[aria-selected=true] .search-item * {
154+
color: white !important;
155+
}

0 commit comments

Comments
 (0)