mirror of https://github.com/keeweb/keeweb
fixed menu color
parent
a31f9d5a50
commit
96458048fc
|
@ -18,7 +18,7 @@
|
|||
@include nomobile {
|
||||
@include area-selectable();
|
||||
&:hover {
|
||||
color: var(--text-color);
|
||||
color: var(--selected-item-text-color);
|
||||
background-color: var(--action-color);
|
||||
}
|
||||
&--active,
|
||||
|
|
Loading…
Reference in New Issue