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 0d97780654
commit b859406bd5
1 changed files with 1 additions and 1 deletions

View File

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