mirror of
https://github.com/d0zingcat/nextjs-notion-starter-kit.git
synced 2026-05-13 15:09:47 +00:00
Merge pull request #481 from kaichii/fix-dark-mode-search-dialog
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user