Change Text Highlight Color


/ Published in: CSS
Save to your folder(s)



Copy this code and paste it in your HTML
  1. ::selection{ /* Safari and Opera */
  2. background:#c3effd;
  3. color:#000;
  4. }
  5. ::-moz-selection{ /* Firefox */
  6. background:#c3effd;
  7. color:#000;
  8. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.