fix: 💄 wrong text color in light mode on hover
This commit is contained in:
parent
5f6596b390
commit
517f47054e
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue