mirror of
https://github.com/d0zingcat/nextjs-notion-starter-kit.git
synced 2026-05-13 15:09:47 +00:00
Merge branch 'main' of github.com:transitive-bullshit/nextjs-notion-starter-kit into main
* 'main' of github.com:transitive-bullshit/nextjs-notion-starter-kit: Add dark mode header background for Firefox only fix: add header background for dark mode
This commit is contained in:
@@ -332,6 +332,13 @@
|
||||
backdrop-filter: saturate(180%) blur(8px);
|
||||
}
|
||||
|
||||
/* Workaround for Firefox not supporting backdrop-filter yet */
|
||||
@-moz-document url-prefix() {
|
||||
.dark-mode .notion-header {
|
||||
background: hsla(203, 8%, 20%, 0.8);
|
||||
}
|
||||
}
|
||||
|
||||
.notion-bookmark:hover {
|
||||
border-image: linear-gradient(90.68deg, #b439df 0.26%, #e5337e 102.37%);
|
||||
border-image-slice: 1;
|
||||
|
||||
Reference in New Issue
Block a user