session: change hover style

This commit is contained in:
2 * r + 2 * t 2025-01-24 22:02:36 +11:00
parent 60ac73d617
commit 5df0c7bd3d

View file

@ -36,7 +36,10 @@
min-height: lib.s(100);
font-size: lib.s(32);
&:hover,
&:hover {
background-color: scheme.$surface0;
}
&:focus {
background-color: color.mix(scheme.$flamingo, scheme.$base, 70%);
color: scheme.$base;