Skip to content

Commit 0818a95

Browse files
prc5cursoragent
andcommitted
docs: fix search popup text visibility in light mode
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent cb49f8e commit 0818a95

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

documentation/src/css/custom.css

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1855,12 +1855,27 @@ html body .searchBarContainer {
18551855

18561856
html body .dropdownMenu {
18571857
@apply !rounded-xl;
1858+
background: #141415 !important;
18581859
border: 1px solid rgba(255, 255, 255, 0.06) !important;
18591860
margin-top: 6px !important;
18601861
}
18611862

1863+
html body .dropdownMenu * {
1864+
color: #e4e4e7 !important;
1865+
}
1866+
1867+
html body .dropdownMenu mark {
1868+
color: #60a5fa !important;
1869+
background: transparent !important;
1870+
}
1871+
18621872
html body .dropdownMenu .suggestion {
18631873
@apply !rounded-lg;
1874+
background: #1e1e21 !important;
1875+
}
1876+
1877+
html body .dropdownMenu .suggestion span[class*="subtitle"] {
1878+
color: #71717a !important;
18641879
}
18651880

18661881
.pagination-nav__link {

0 commit comments

Comments
 (0)