From 517f47054e299e28ea493cf26cf0b22c84f4cc40 Mon Sep 17 00:00:00 2001 From: Sebin Nyshkim Date: Sun, 3 Aug 2025 23:17:34 +0200 Subject: [PATCH] fix: :lipstick: wrong text color in light mode on hover --- src/index.webc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.webc b/src/index.webc index aa8dac4..d05cd50 100644 --- a/src/index.webc +++ b/src/index.webc @@ -184,6 +184,7 @@ transition: background-color 0.4s ease; &:hover { + color: var(--theme-c-primary-100); background: oklch(from var(--clr-accent) 50% c h); } }