From e672175fa14b5fedebc54442e1dd5c8054c338c2 Mon Sep 17 00:00:00 2001 From: ohplz Date: Sun, 12 Mar 2023 22:48:05 +0800 Subject: [PATCH] feature: optimize header's backdrop-filter in dark mode. --- styles/notion.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/notion.css b/styles/notion.css index e9585f9..13ceb90 100644 --- a/styles/notion.css +++ b/styles/notion.css @@ -364,7 +364,7 @@ .dark-mode .notion-header { background: transparent; box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1); - backdrop-filter: saturate(180%) blur(8px); + backdrop-filter: saturate(180%) blur(20px); } /* Workaround for Firefox not supporting backdrop-filter yet */