Skip to content

Commit

Permalink
fix: add header background for dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
dsarman committed Apr 1, 2022
1 parent 88cf3f5 commit 3c2d62c
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 @@ -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);
}
Expand Down

0 comments on commit 3c2d62c

Please sign in to comment.