What's Highlighted

styling the text the user has selected

::selection {
  background: var(--brand);
  color: white;
}