mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 03:35:51 +00:00
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:
File diff suppressed because one or more lines are too long
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user