Fix login hover bug in light theme

This commit is contained in:
toshikanneko 2022-02-14 10:38:43 +01:00
parent 0947393912
commit 569e4fb334

View file

@ -167,7 +167,7 @@
.button__content { .button__content {
&:hover { &:hover {
.button__label { .button__label {
color: var(--color-odysee-contrast); color: var(--color-text);
} }
} }
} }