From e63ec9080317f641f839b537b51ed066893171e4 Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Fri, 13 Feb 2026 20:31:27 -0600 Subject: [PATCH] fix hover styles --- src/styles.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/styles.css b/src/styles.css index c68de33..d0152f3 100644 --- a/src/styles.css +++ b/src/styles.css @@ -12,6 +12,8 @@ } } +@custom-variant hover (&:hover); + html, body { height: 100%;