-.search-active:focus-within .global-search-suggestions {
- display: block;
-}
-header .search-box.search-active input {
- background-color: #EEE;
- color: #444;
- border-color: #DDD;
-}
-header .search-box.search-active #header-search-box-button {
- color: #444;
+header .search-box.search-active:focus-within {
+ .global-search-suggestions {
+ display: block;
+ }
+ input {
+ @include lightDark(background-color, #EEE, #333);
+ @include lightDark(border-color, #DDD, #111);
+ }
+ #header-search-box-button, input {
+ @include lightDark(color, #444, #AAA);
+ }