finished embedding

This commit is contained in:
vcoppe
2024-07-12 18:08:27 +02:00
parent 5419088eaf
commit 24a5daaf9a
13 changed files with 194 additions and 62 deletions

View File

@@ -9,3 +9,10 @@
>
<slot />
</div>
<style lang="postcss">
div :global(a) {
@apply text-blue-500;
@apply hover:underline;
}
</style>