fix: ensure hover effects work on touch-screen devices by adding custom hover variant
All checks were successful
Deploy Theme / deploy (push) Successful in 14s

This commit is contained in:
2026-02-22 08:41:15 +01:00
parent 6f2d6b643d
commit db47dbadec

View File

@@ -1,6 +1,8 @@
@import "tailwindcss"; @import "tailwindcss";
@plugin "@tailwindcss/typography"; @plugin "@tailwindcss/typography";
@custom-variant hover (&:hover);
@theme { @theme {
/* Brand Palette: Palina Gold (#DDC288) */ /* Brand Palette: Palina Gold (#DDC288) */
--color-brand-50: #faf8f0; --color-brand-50: #faf8f0;