mirror of
https://github.com/d0zingcat/nextjs-notion-starter-kit.git
synced 2026-05-13 23:16:47 +00:00
feat: add support for dark mode
This commit is contained in:
@@ -79,6 +79,7 @@
|
||||
}
|
||||
|
||||
.notion-collection-card-cover {
|
||||
border-bottom: 0 none;
|
||||
transition: filter 150ms linear;
|
||||
filter: none;
|
||||
}
|
||||
@@ -116,11 +117,6 @@
|
||||
margin: 2em 0;
|
||||
}
|
||||
|
||||
.notion-dark .notion-collection-card {
|
||||
border: 1px solid var(--fg-color-0);
|
||||
box-shadow: unset;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 900px) {
|
||||
.notion-collection {
|
||||
padding-left: 8px;
|
||||
|
||||
Reference in New Issue
Block a user