Skip to content

Commit

Permalink
fix search dialog for dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
kaichii committed Mar 31, 2023
1 parent 6e5aa56 commit 6bf730e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions styles/notion.css
Original file line number Diff line number Diff line change
Expand Up @@ -386,3 +386,15 @@
.notion-block-260baa77f1e1428b97fb14ac99c7c385 {
display: none;
}

.notion-search .searchBar {
box-shadow: var(--fg-color-0) 0px 1px 0px;
}

.notion-search .noResults {
color: var(--fg-color-3);
}

.notion-search .noResultsDetail {
color: var(--fg-color-2);
}

0 comments on commit 6bf730e

Please sign in to comment.