CHORE: Added additional skills and ehanced the way that links are displayed in raw html containers

This commit is contained in:
2025-05-30 18:26:06 +01:00
parent 63c84e1430
commit 03b95a6c8c
2 changed files with 55 additions and 7 deletions

View File

@@ -35,7 +35,7 @@
alt="Avatar"
class="max-md:hidden rounded-full w-32 h-32 md:w-48 md:h-48 mt-2 mb-2 p-2 border-3"
/>
<p>{@html info.about}</p>
<p class="[&>*]:underline [&>*]:decoration-2 [&>*]:decoration-transparent [&>*]:hover:decoration-inherit [&>*]:transition-all [&>*]:duration-300 [&>*]:text-green-600">{@html info.about}</p>
</div>
<h3 slot="footerLeft">{@html info.location}</h3>
</Card>