HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

accent-color

Description

The accent-color property for CSS allows the author to specify the accent color for user-interface controls generated by the element.

Syntax

CSS

accent-color: value;

JS

object.style.accentColor = "value";

Values

<'accent-color'> = auto | <color>
auto

Automatically specified by the user agent.

<color>

Specifies the color using a keyword or a numerical specification.

Initial

auto

Examples

1 · auto

2 · color

3 · JS