Guest User

Untitled

a guest
Nov 17th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. /* Selection style */
  2.  
  3. /* Mozilla based browsers */
  4.  
  5. ::-moz-selection {
  6. background-color: #FFA;
  7. color: #000;
  8. }
  9.  
  10.  
  11. /* Works in Safari */
  12.  
  13. ::selection {
  14. background-color: #FFA;
  15. color: #000;
  16. }
Add Comment
Please, Sign In to add comment