::search-text

Experimental

A pseudo-element that allows you to style text that matches a 'find in page' search query. This lets you customize how highlighted search results appear in your site.

Quick example

::search-text {
  /* Customizes the look of text that matches the browser's search highlighter */
  background-color: var(--brand-glow);
  color: white;
  text-decoration: underline;
}

::search-text Browser Support

Limited availability 48% global usage

This feature is not Baseline because it does not work in some of the most widely-used browsers.

Not ready for production without a fallback.

144+
144+
ESC