mirror of
https://github.com/d0zingcat/nextjs-notion-starter-kit.git
synced 2026-05-13 15:09:47 +00:00
feature: optimize header's backdrop-filter in dark mode.
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user