hotfix: fix search input background when switching themes, closes #3799

pull/3802/head
Scott Anderson 2022-02-22 08:51:59 -07:00
parent aa35a41094
commit e026efb49a
1 changed files with 5 additions and 0 deletions

View File

@ -1,6 +1,11 @@
.algolia-autocomplete {
width: 100%;
/* Search input field */
#algolia-search-input {
background: $sidebar-search-bg !important;
}
/* Main dropdown wrapper */
.ds-dropdown-menu {
width: 74vw;