Advertisement
Guest User

Custom text selection

a guest
Mar 28th, 2022
607
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. <style>
  2. ::-moz-selection { /* EDIT THIS ONE TOO */
  3. color: white;
  4. background: black;
  5. }
  6.  
  7. ::selection {
  8. color: white;
  9. background: black;
  10. }
  11. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement