Merge pull request #481 from kaichii/fix-dark-mode-search-dialog

This commit is contained in:
Travis Fischer
2023-12-16 23:27:35 -06:00
committed by GitHub

View File

@@ -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;
}