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

@@ -74,6 +74,11 @@
@apply hover:underline;
}
:global(.markdown li > a) {
@apply text-blue-500;
@apply hover:underline;
}
:global(.markdown kbd) {
@apply p-1;
@apply rounded-md;

View File

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