:root { color-scheme: light dark; } It makes Ace confused about color contrast. It compares the default colors against a white background, not a black one.
:root {
color-scheme: light dark;
}
It makes Ace confused about color contrast. It compares the default colors against a white background, not a black one.