feat: add support for dark mode

This commit is contained in:
Travis Fischer
2021-01-25 22:54:43 -05:00
parent 92ba018b62
commit c0e8d52c1a
5 changed files with 56 additions and 11 deletions

View File

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