Advertisement
stqr-crossed

custom highlight colors

Mar 19th, 2024
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. ::-moz-selection {
  2. color: #fff;
  3. background: #fff;
  4. }
  5.  
  6. ::selection {
  7. color: #fff;
  8. background: #fff;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement