tired of this font sheiad
Some checks failed
test / cargo test (push) Failing after 1m6s

This commit is contained in:
2024-09-28 13:09:01 +02:00
parent 4e367d73a0
commit f42ebc7044
12 changed files with 118 additions and 144 deletions

View File

@ -3,7 +3,7 @@
<a href="{{url}}" class="block no-underline border rounded-md bg-pink-200 m-4 p-4 max-w-[392px] {{class}}">
<header class="flex text-center justify-center items-center gap-2 mb-2">
<svg aria-hidden="true" class="h-7 w-7 fill-blue-950">
<use xlink:href="/svg/icons-sprite.svg#{{svg}}" />
<use href="#{{svg}}" />
</svg>
<h3 class="text-lg font-medium mb-1 text-blue-950 visited:text-blue-950">{{heading|safe}}</h3>
</header>