.navbar .dropdown-item:focus,
.dropdown-item:active {
    background-color: var(--tc-dark-orange);
    color: var(--tc-light-orange);
}
