Advertisement
pixelsgalore

Untitled

Jul 15th, 2012
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. Copy and paste before the </style> tag:
  2.  
  3. ::selection {
  4. background: #000000;
  5. color: #ffffff;
  6. }
  7.  
  8. ::-moz-selection {
  9. background: #000000;
  10. color: #ffffff;
  11. }
  12.  
  13. Change the colors to your liking
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement