highlight readme command

This commit is contained in:
Cade Scroggins 2022-12-16 00:03:02 -08:00
parent 5a7be705f4
commit 7150704776
No known key found for this signature in database
GPG key ID: 6AC5A902158265D0

View file

@ -218,6 +218,10 @@
transition: color var(--transition-speed);
}
li:last-of-type > .command {
color: var(--color-text);
}
.command:hover {
color: var(--color-text);
}