Benjamin Charity

Text Highlight Color

January 7th 2011

Also referred to as the select color. Try selecting text on this site and you'll see that it is not the default browser colors.

::selection {
  background: rgb(255,252,90);
}
::-moz-selection {
  background: rgb(255,252,90);
}