Skip to content

Commit

Permalink
Merge pull request #481 from kaichii/fix-dark-mode-search-dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
transitive-bullshit committed Dec 17, 2023
2 parents 86b9ed6 + 9740a30 commit bd69dc4
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 @@ -387,6 +387,18 @@
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);
}

.notion-equation.notion-equation-block{
align-items: center;
}

0 comments on commit bd69dc4

Please sign in to comment.