Skip to content

Home

Custom text selection

Changes the styling of text selection.

<p class="custom-text-selection">Select some of this text.</p>
::selection {
  background: aquamarine;
  color: black;
}

.custom-text-selection::selection {
  background: deeppink;
  color: white;
}

More like this

Start typing a keyphrase to see matching snippets.