mirror of
https://github.com/xvvvyz/tilde.git
synced 2026-03-11 14:44:24 +00:00
update command hover effect
This commit is contained in:
parent
3009d60c79
commit
0f3e433588
1 changed files with 5 additions and 0 deletions
|
|
@ -180,6 +180,10 @@
|
|||
padding: 0;
|
||||
}
|
||||
|
||||
.commands:hover {
|
||||
color: var(--color-text-subtle);
|
||||
}
|
||||
|
||||
.command {
|
||||
color: inherit;
|
||||
display: flex;
|
||||
|
|
@ -198,6 +202,7 @@
|
|||
transition: color var(--transition-speed);
|
||||
}
|
||||
|
||||
.command:hover .key,
|
||||
.command:hover .name {
|
||||
color: var(--color-text);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue