.nav-item {
    background-color: white;
}

.active {
    background-color: white;
}

li.nav-item {
    background-color: var(--primary-dark);
}