From 6bf730ecd5e4ed9ec7c05ece794f05ea3b5a4809 Mon Sep 17 00:00:00 2001 From: kaichi Date: Fri, 31 Mar 2023 14:40:11 +0800 Subject: [PATCH] fix search dialog for dark mode --- styles/notion.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/styles/notion.css b/styles/notion.css index e9585f9432..e417292aa6 100644 --- a/styles/notion.css +++ b/styles/notion.css @@ -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); +}