Skip to content

Commit 73ffa32

Browse files
authored
Update global.css
1 parent 8ce3a91 commit 73ffa32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/Website/Styles/global.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 */

0 commit comments

Comments
 (0)