session: change hover style
This commit is contained in:
parent
60ac73d617
commit
5df0c7bd3d
1 changed files with 4 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue