For the complete documentation index, see llms.txt. This page is also available as Markdown.

Color scheme

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

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

Last updated