styling: fix opacity for last child in the list

This commit is contained in:
Jai Bhagat
2021-12-17 10:20:13 -05:00
parent 1a2914b9fe
commit 92fafca000

View File

@@ -19,7 +19,7 @@
font-size: x-large;
}
li.is-active a {
li:last-child a.active {
opacity: 1;
}