fix crowding issue and logo color

This commit is contained in:
jonathanlei
2022-11-29 18:09:27 -08:00
parent 0eea263892
commit 780c6ec314
5 changed files with 28 additions and 7 deletions

View File

@@ -159,6 +159,11 @@ h6,
color: $black-60 !important;
}
}
.DocSearch-Logo svg{
.cls-1, .cls-2{
fill:var(--docsearch-logo-color);;
}
}
.DocSearch-Hit[aria-selected="true"] a {
background: $black-10;
.DocSearch-Hit-Container {