Skip to content
Go back

Missed CSS: accent color

dead simple.

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 Post
DSPy Signatures in Ax-llm
Next Post
Proxy Reactivity