Skip to content

Commit f2a0684

Browse files
Merge pull request #474 from ohplz/feature/optimize_dark_header_blur
2 parents 0fdd812 + e672175 commit f2a0684

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

styles/notion.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@
364364
.dark-mode .notion-header {
365365
background: transparent;
366366
box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
367-
backdrop-filter: saturate(180%) blur(8px);
367+
backdrop-filter: saturate(180%) blur(20px);
368368
}
369369

370370
/* Workaround for Firefox not supporting backdrop-filter yet */

0 commit comments

Comments
 (0)