improve layout and accessibility

This commit is contained in:
Joakim Repomaa
2026-02-19 17:35:54 +02:00
parent b5b5b6139e
commit aeecf3b87d
9 changed files with 50 additions and 19 deletions

View File

@@ -21,8 +21,10 @@
{project.name}
</span>
<div class="flex items-center gap-3 text-sm text-hot">
<span class="flex items-center gap-1" aria-label="{project.stars} stars">
<span class="text-xl"></span>
<span
class="flex items-center gap-1 before:content-['★'] before:text-xl"
aria-label="{project.stars} stars"
>
{project.stars}
</span>
</div>