color fixes

This commit is contained in:
jonathanlei
2022-11-30 13:40:15 -08:00
parent 1c114321b2
commit f330db7a18
5 changed files with 68 additions and 30 deletions

View File

@@ -116,10 +116,15 @@ h6,
.DocSearch-Modal {
background: $white;
}
.DocSearch-Prefill{
color: $blue-purple-500;
}
.DocSearch-Button {
background: var(--docsearch-searchbox-background);
}
.DocSearch-Button:hover {
box-shadow: inset 0 0 0 2px $blue-purple-500;
border-radius: 40px;
background: var(--docsearch-searchbox-background);
.DocSearch-Button-Placeholder {
color: var(--docsearch-text-color);
@@ -164,6 +169,12 @@ h6,
fill:var(--docsearch-logo-color);;
}
}
.DocSearch-Hit-title,
.DocSearch-Hit-path,
.DocSearch-Label,
.DocSearch-Help {
color: $black-60 !important;
}
.DocSearch-Hit[aria-selected="true"] a {
background: $black-10;
.DocSearch-Hit-Container {