update command hover effect

This commit is contained in:
Cade Scroggins 2022-11-16 13:56:18 -08:00
parent 3009d60c79
commit 0f3e433588
No known key found for this signature in database
GPG key ID: 6AC5A902158265D0

View file

@ -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);
}