fix(layout): use same color-set for unhovered state

This commit is contained in:
mei (ckie) 2024-10-25 01:10:48 +03:00
parent 4b25036169
commit 285237cf7a
Signed by: ckie
GPG key ID: 13E79449C0525215

View file

@ -21,7 +21,7 @@
<nav class="min-h-16 h-16 bg-zinc-50 mb-2">
<div class="mx-auto container flex h-full justify-between">
<a class="flex h-full items-center justify-center font-aladin text-3xl/10
text-zinc-800 no-link-style gap-x-2 hover:bg-clip-text hover:bg-gradient-to-r hover:from-coral-400 hover:from-10% hover:to-coral-300 hover:text-transparent"
text-coral-950 transition-colors duration-75 no-link-style gap-x-2 hover:bg-clip-text hover:bg-gradient-to-r hover:from-coral-400 hover:from-10% hover:to-coral-300 hover:text-transparent"
href="/">
<enhanced:img src="$lib/assets/flower.svg" width="32" height="32" alt="flower" />
floral.systems