:root:not([dark]) {
    color-scheme: light;
}

:root[dark] {
    color-scheme: dark;
}