From 715070477671479e150efef5335800a65fb58b21 Mon Sep 17 00:00:00 2001 From: Cade Scroggins Date: Fri, 16 Dec 2022 00:03:02 -0800 Subject: [PATCH] highlight readme command --- index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/index.html b/index.html index 4405f82..6acd678 100644 --- a/index.html +++ b/index.html @@ -218,6 +218,10 @@ transition: color var(--transition-speed); } + li:last-of-type > .command { + color: var(--color-text); + } + .command:hover { color: var(--color-text); }