Search⌘ K
AI Features

Improvements for Element Styling

Explore the latest CSS properties such as accent-color, color-scheme, forced-color modes, and text-decoration enhancements. Learn how these features improve styling of form elements, support user color preferences, and offer better control for text decoration without hacks.

The accent-color property

One of the most common things frameworks and design systems seek to change is native form field styles. Prior to the arrival of the accent-color property, even changing a form element’s color was impossible. With accent-color, we can now influence the checked appearance of radio buttons and checkboxes, and the filled-in state for range inputs and the progress element.

The color-scheme property

If we’re looking to adapt our interface to a user’s ...