Go back

// article

Missed CSS: accent color

dead simple.

Missed CSS: accent color

accent-color

HTML

<input type="range" />
<input type="radio" name="g" />
<input type="radio" name="g" />
<input type="checkbox" checked />

CSS

input {
accent-color: rebeccapurple;
}

And viola!


Share this post on:

Previous
DSPy Signatures in Ax-llm
Next
Proxy Reactivity