mirror of
https://github.com/pheralb/svgl.git
synced 2025-02-06 06:58:04 +08:00
♿️ Update category link color in svgCard component to fix accesibility issue
This commit is contained in:
parent
6a6c397c21
commit
dd314719b4
@ -179,7 +179,7 @@
|
||||
</p>
|
||||
<a
|
||||
href={`/directory/${svgInfo.category.toLowerCase()}`}
|
||||
class="text-sm lowercase text-neutral-500 hover:underline font-mono">{svgInfo.category}</a
|
||||
class="text-sm lowercase text-neutral-400 hover:underline font-mono">{svgInfo.category}</a
|
||||
>
|
||||
</div>
|
||||
<!-- Actions -->
|
||||
|
Loading…
x
Reference in New Issue
Block a user