From 06fc2eaedfe6f00247de94465fe8c5062c3a7532 Mon Sep 17 00:00:00 2001 From: Tony Grosinger Date: Sun, 3 Mar 2024 18:56:04 -0800 Subject: [PATCH] Change highlighted header to 2nd last element --- desktop/desktop.scss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/desktop/desktop.scss b/desktop/desktop.scss index 5e44d38..4acfcc2 100644 --- a/desktop/desktop.scss +++ b/desktop/desktop.scss @@ -22,7 +22,7 @@ } } - li:last-child { + li:nth-last-child(2) { a { color: white; background-color: #111827; @@ -44,5 +44,4 @@ .list { margin: 2rem 5em 4rem; } -} - +} \ No newline at end of file