Skip to content

Commit 4820001

Browse files
fix search bar bg color in dark mode
1 parent 6281b8d commit 4820001

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

theming/theme-dark.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,14 @@ h1, h2, h3, h4, h5, h6 {
122122
background-color: $navbar-bg !important;
123123
}
124124

125+
.aa-DetachedOverlay li.aa-Item[aria-selected=true] .search-item * {
126+
color: white !important;
127+
}
128+
129+
.aa-List li.aa-Item[aria-selected="true"] * {
130+
background-color: #4DB6AC !important;
131+
}
132+
125133
p {
126134
color: $text-muted !important;
127135
}

0 commit comments

Comments
 (0)