Skip to content

Commit

Permalink
Merge pull request #474 from ohplz/feature/optimize_dark_header_blur
Browse files Browse the repository at this point in the history
  • Loading branch information
transitive-bullshit committed Dec 17, 2023
2 parents 0fdd812 + e672175 commit f2a0684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styles/notion.css
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@
.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);
backdrop-filter: saturate(180%) blur(20px);
}

/* Workaround for Firefox not supporting backdrop-filter yet */
Expand Down

0 comments on commit f2a0684

Please sign in to comment.