mirror of
https://github.com/d0zingcat/nextjs-notion-starter-kit.git
synced 2026-05-13 23:16:47 +00:00
fix: add header background for dark mode
This commit is contained in:
@@ -327,7 +327,7 @@
|
||||
}
|
||||
|
||||
.dark-mode .notion-header {
|
||||
background: transparent;
|
||||
background: hsla(203, 8%, 20%, 0.8);
|
||||
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