Skip to content

Commit

Permalink
feat: add --searchalicious-autocomplete-selected-background-color
Browse files Browse the repository at this point in the history
  • Loading branch information
Kout95 committed Jun 8, 2024
1 parent 2ddf75f commit be33d4f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion frontend/src/search-autocomplete.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,10 @@ export class SearchaliciousAutocomplete extends DebounceMixin(LitElement) {
ul li:hover,
ul li.selected {
background-color: var(--searchalicious-hover-color, #cfac9e);
background-color: var(
--searchalicious-autocomplete-selected-background-color,
#cfac9e
);
}
ul.visible {
Expand Down

0 comments on commit be33d4f

Please sign in to comment.