Light or Dark
color scheme
:root { color-scheme: light dark; }
.card {
background: light-dark(white, black);
color: light-dark(black, white);
} color scheme
:root { color-scheme: light dark; }
.card {
background: light-dark(white, black);
color: light-dark(black, white);
}