editor: fix text on selected search result not visible

This commit is contained in:
Abdullah Atta
2024-03-11 11:31:56 +05:00
parent 324256a499
commit 7a48c7c1e3

View File

@@ -286,10 +286,11 @@ img.ProseMirror-separator {
.search-result.selected { .search-result.selected {
background-color: var(--accent-secondary) !important; background-color: var(--accent-secondary) !important;
color: var(--accentForeground-secondary);
} }
.search-result { .search-result {
background-color: var(--background-secondary); background-color: var(--shade-secondary);
} }
/* .line-number-widget, /* .line-number-widget,