.navbar {
    background-color: rgb(24, 26, 29) !important;
}

.navbar a {
    color: white !important;
}

.navbar a:hover {
    color: rgb(224, 223, 127) !important;
}

.navbar .active {
    font-weight: bold !important;
}

.navbar-toggler {
    border: 1px solid white !important;
}

.navbar-toggler-icon {
    filter: brightness(0) invert(1);
}

#toggle-high-contrast {
    padding: 0.2em 0.5em;
    background-color: rgb(24, 26, 29);
    color: white;
    border: 1px solid white;
    box-shadow: 1px 1px 2px white;
    border-radius: 5px;
}