fix: add header background for dark mode

This commit is contained in:
David Šarman
2022-04-01 17:06:04 +02:00
parent 88cf3f588e
commit 3c2d62cfb7

View File

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