Skip to content

Commit bd69dc4

Browse files
Merge pull request #481 from kaichii/fix-dark-mode-search-dialog
2 parents 86b9ed6 + 9740a30 commit bd69dc4

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
@@ -387,6 +387,18 @@
387387
display: none;
388388
}
389389

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+
}
401+
390402
.notion-equation.notion-equation-block{
391403
align-items: center;
392404
}

0 commit comments

Comments
 (0)