.my-nav_lila * .nested-list-item-name.active {
    background-color: #9900cc;
    color: #ffffff;
}

.my-nav_lila * .nested-list-item-name {
    color: #d24dff;
}

.my-nav_lila * .nested-list-item-name:hover {
   background-color: #9900cc; 
   color: #ffffff;
}