styling: fix opacity for last child in the list
This commit is contained in:
parent
0d97780654
commit
b859406bd5
|
@ -19,7 +19,7 @@
|
|||
font-size: x-large;
|
||||
}
|
||||
|
||||
li.is-active a {
|
||||
li:last-child a.active {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue