fix embed colors

This commit is contained in:
taskylizard 2023-11-12 19:53:49 +05:30
parent 8fb0807696
commit 8752f45b83
No known key found for this signature in database
GPG Key ID: 5CABA3D642DDC497

View File

@ -24,8 +24,8 @@ defineProps<{ title: string; description?: string }>();
</div>
</div>
<div tw="w-full pr-56 flex flex-col items-start justify-end">
<div tw="text-6xl font-bold text-stone-200" v-html="title" />
<div style="background-color: #f3f4f6" tw="mt-2 text-4xl" v-html="description" />
<div style="color: #f3f4f6" tw="text-6xl font-bold" v-html="title" />
<div style="color: #c0caf5" tw="mt-2 text-4xl" v-html="description" />
</div>
</div>
<div tw="shrink-0 h-4 w-full flex" style="background-color: #7bc5e4" />