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