::selection {
  color: #333 !important;
  background: yellow !important;
  text-decoration: none !important;
}

::-webkit-selection {
  color: #333 !important;
  background: yellow !important;
  text-decoration: none !important;
}

::-moz-selection {
  color: #333 !important;
  background: yellow !important;
  text-decoration: none !important;
}