From db47dbadecb7ed8160a627a19a05802a4a806bc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Sun, 22 Feb 2026 08:41:15 +0100 Subject: [PATCH] fix: ensure hover effects work on touch-screen devices by adding custom hover variant --- assets/css/tailwind.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/assets/css/tailwind.css b/assets/css/tailwind.css index acb0700..23c4614 100644 --- a/assets/css/tailwind.css +++ b/assets/css/tailwind.css @@ -1,6 +1,8 @@ @import "tailwindcss"; @plugin "@tailwindcss/typography"; +@custom-variant hover (&:hover); + @theme { /* Brand Palette: Palina Gold (#DDC288) */ --color-brand-50: #faf8f0;