diff --git a/styles/notion.css b/styles/notion.css index 4e4ba79..4d5ef1b 100644 --- a/styles/notion.css +++ b/styles/notion.css @@ -321,10 +321,11 @@ .notion-header { background: hsla(0, 0%, 100%, 0.8); - backdrop-filter: saturate(180%) blur(5px); + backdrop-filter: saturate(180%) blur(16px); } .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); }