Advertisement
nomskoo

custom highlight

Apr 2nd, 2024
19
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. NOT MY CODE!! pls lmk who to credit @ crrdcore on twt!
  2.  
  3. <style>
  4. ::-moz-selection { /* EDIT THIS ONE TOO */
  5. color: #545454;
  6. background: #FFB5CB;
  7. }
  8.  
  9. ::selection {
  10. color: #545454;
  11. background: #FFB5CB;
  12. }
  13. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement