Lego2012
9/26/2016 - 10:39 PM

Change Text Selection Style

Change Text Selection Style

:selection {
  color: white;
  background-color: red;
}

::-moz-selection  /* Firefox needs an extra attention for this */ {
  color: white;
  background-color: red;
}