mirror of
https://github.com/d0zingcat/nextjs-notion-starter-kit.git
synced 2026-05-24 07:26:46 +00:00
feat: minor backdrop filter change
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user