html {
    background: #fff;
}

@media (prefers-color-scheme: dark) {
    html {
        background: #1c1c1e;
        color-scheme: dark;
    }
}
