Skip to content

Commit e672175

Browse files
author
ohplz
committed
feature: optimize header's backdrop-filter in dark mode.
1 parent d999abd commit e672175

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)