This commit is contained in:
Travis Fischer
2021-01-29 15:36:02 -05:00
parent 110ca05c58
commit 386d490f10

View File

@@ -70,10 +70,19 @@
}
.notion-collection-card-cover img {
/* border-radius: 0; */
border-radius: 16px;
}
.notion-collection-card {
overflow: visible;
}
.notion-collection-card-cover {
border-radius: 16px;
overflow: visible;
box-shadow: 2px 2px 8px 4px rgba(15, 15, 15, 0.1);
}
.notion-collection-card-cover {
border-bottom: 0 none;
transition: filter 150ms linear;
@@ -173,3 +182,8 @@
justify-content: center;
padding: 2em;
}
.notion-page-icon-wrapper img.notion-page-icon {
border-radius: 50%;
box-shadow: 0 8px 40px 0 rgb(0 0 0 / 21%);
}