Skip to content

Commit 6bf730e

Browse files
committed
fix search dialog for dark mode
1 parent 6e5aa56 commit 6bf730e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

styles/notion.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,3 +386,15 @@
386386
.notion-block-260baa77f1e1428b97fb14ac99c7c385 {
387387
display: none;
388388
}
389+
390+
.notion-search .searchBar {
391+
box-shadow: var(--fg-color-0) 0px 1px 0px;
392+
}
393+
394+
.notion-search .noResults {
395+
color: var(--fg-color-3);
396+
}
397+
398+
.notion-search .noResultsDetail {
399+
color: var(--fg-color-2);
400+
}

0 commit comments

Comments
 (0)