div.color-scheme-switcher .goto-light {
    display: none;
}

.color-adaptive--black, .invert .color-adaptive--white {
    color: black;
}

.color-adaptive--white, .invert .color-adaptive--black {
    color: white;
}

.color-bg-adaptive--white, .invert .color-bg-adaptive--black{
    background-color: white;
}

.color-bg-adaptive--black, .invert .color-bg-adaptive--white {
    background-color: black;
}

.color-adaptive--lightgray {
    color: #606060;
}

.color-adaptive--darkgray {
    color: #9e9e9e;
}