Color scheme

The CSS color-scheme property is set to normal in both :root and :host elements.

:root, :host {
  color-scheme: normal;
}

Last updated