Improve visual distinction of search on light mode

Restore drop shadow and adjust background color
fix indentation of page-specific style in same file
This commit is contained in:
mDuo13
2024-12-06 14:14:08 -08:00
parent 4396469514
commit a9ae090636
2 changed files with 80 additions and 75 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1334,6 +1334,9 @@ $company-logos-light: (
.com-card-link {
color: #7919FF !important;
}
}
/* Search styles */
.algolia-autocomplete .ds-dropdown-menu::before {
background-color: $gray-100;
@@ -1342,4 +1345,6 @@ $company-logos-light: (
background-color: $gray-100;
}
.DocSearch-Modal {
box-shadow: $light-box-shadow;
}