/* Change background color of current menu tab */
.kn-content .tabs.is-boxed li.is-active a {
  background-color: #c8e0f5;
}


/* Change text color of current menu tab on hover */
#kn-app-menu nav.tabs li.is-active a:hover {
    color: #b0d9ff !important; // light blue
}

/* Change text color of all menu tabs on hover */
#kn-app-menu nav.tabs a:hover {
    color: #b0d9ff !important; // light blue
}