Change highlighted header to 2nd last element

This commit is contained in:
Tony Grosinger 2024-03-03 18:56:04 -08:00
parent 41b1e5558f
commit 06fc2eaedf

View File

@ -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;
}
}
}