feat: minor backdrop filter change

This commit is contained in:
Travis Fischer
2021-02-05 23:53:34 -05:00
parent 7c3dfcbc97
commit 066a690824

View File

@@ -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);
}