mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-19 11:15:49 +00:00
light mode input fix
This commit is contained in:
@@ -128,6 +128,12 @@ h6,
|
||||
.DocSearch-Search-Icon {
|
||||
color: var(--docsearch-text-color) !important;
|
||||
}
|
||||
.DocSearch-Input{
|
||||
color: $gray-900;
|
||||
}
|
||||
.DocSearch-Hit-Select-Icon{
|
||||
color: $gray-900;
|
||||
}
|
||||
.DocSearch-Form {
|
||||
box-shadow: inset 0 0 0 2px $blue-purple-500;
|
||||
background-color: var(--docsearch-searchbox-focus-background);
|
||||
|
||||
Reference in New Issue
Block a user