html {
    color-scheme: light only;
    background-color: #fff;
}

body {
    background-color: #fff !important;
    color: #232323 !important;
}

@media (prefers-color-scheme: dark) {
    html, body {
        background-color: #fff !important;
        color: #232323 !important;
    }
}
