*:not(.header-accessibility__contrast) {
    background-color: black !important;
    color: yellow !important;
    border-color: yellow !important;
}

a:hover {
    background-color: yellow !important;
    color: black !important;
}

.header-accessibility {
    border: 0 !important;
}
