chore: style adjustments

This commit is contained in:
Raj 2024-03-13 10:26:43 +05:30
parent 0eb65c4f82
commit 177af7b0f7
1 changed files with 7 additions and 2 deletions

View File

@ -54,10 +54,15 @@
@apply inline; @apply inline;
} }
} }
.notion-asset-wrapper {
@apply z-50 brightness-110;
img {
@apply rounded-md;
}
}
.notion-external, .notion-external,
.notion-bookmark { .notion-bookmark {
@apply bg-background/10 border rounded-lg hover:no-underline backdrop-brightness-150 backdrop-contrast-150 backdrop-saturate-150 backdrop-blur-sm; @apply bg-background/10 border brightness-100 rounded-lg hover:no-underline backdrop-contrast-150 backdrop-saturate-100 backdrop-blur-sm;
} }
.notion-bookmark { .notion-bookmark {
// @apply rounded-lg border md:flex-row flex-col-reverse bg-background/10 border-primary/40 hover:no-underline; // @apply rounded-lg border md:flex-row flex-col-reverse bg-background/10 border-primary/40 hover:no-underline;