Color Scheme

Set which color schemes an element can be rendered in.

Widely available

This feature is well established and works across many devices and browser versions.

Chrome
Edge
Firefox
Safari

cs-d
color-scheme: dark;
cs-l
color-scheme: light;
cs-ld
color-scheme: light dark;

Yumma CSS declares color-scheme: light dark on :root automatically as soon as your theme contains a paired color. Use these utilities to override it.

Media Queries

Prefix a class with a breakpoint to apply it from that width up.

Pseudo Classes

Prefix a class with a state to apply it only while that state matches.