diff --git a/index.html b/index.html
index 1c05bce..3230a9a 100644
--- a/index.html
+++ b/index.html
@@ -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);
}