fix: 💄 wrong text color in light mode on hover

This commit is contained in:
Sebin Nyshkim 2025-08-03 23:17:34 +02:00
parent 5f6596b390
commit 517f47054e
Signed by: SebinNyshkim
SSH key fingerprint: SHA256:LG1WHMySL/4iW/Yci+0eHgbf0te5beRiLlmyoY8E5D0

View file

@ -184,6 +184,7 @@
transition: background-color 0.4s ease; transition: background-color 0.4s ease;
&:hover { &:hover {
color: var(--theme-c-primary-100);
background: oklch(from var(--clr-accent) 50% c h); background: oklch(from var(--clr-accent) 50% c h);
} }
} }