File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -638,6 +638,7 @@ body {
638638 --docsearch-text-color : var (--text-primary ) !important ;
639639 --docsearch-key-gradient : var (--bg-tertiary ) !important ;
640640 --docsearch-key-shadow : none !important ;
641+ --docsearch-hit-highlight-color : none !important ;
641642}
642643
643644/* DocSearch Modal Overlay */
@@ -687,7 +688,6 @@ body {
687688.DocSearch-Hit {
688689 background : transparent !important ;
689690 border-bottom : 1px solid var (--border-primary ) !important ;
690- padding : 0.75rem 1rem !important ;
691691 transition : background-color 0.2s ease !important ;
692692}
693693
@@ -697,7 +697,7 @@ body {
697697
698698.DocSearch-Hit [aria-selected = "true" ] {
699699 background : var (--bg-tertiary ) !important ;
700- border-color : var ( --accent-primary ) !important ;
700+ border-color : none !important ;
701701}
702702
703703/* DocSearch Hit Content */
You can’t perform that action at this time.
0 commit comments