Skip to content

Rule · Design

::selection is not styled

design/selection-unstyledinfovoid designupdated

Why it matters

A branded selection color is a small detail that signals care; default blue often clashes with the palette.

How to fix it

Style ::selection with a subtle brand tint.

Example

css
::selection { background: var(--brand-subtle); color: var(--fg); }

void design reports 19 rules in this category. Measured design heuristics from computed styles: font families, type scale, line length, palette and accent sprawl, spacing grid, radius sprawl, dark mode and the tells of generated UI.