update command hover effect
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user