Advertisement
aohitsugi

selection colour

May 31st, 2023
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. <!DOCTYPE html> <html> <head> <style>
  2. ::selection {
  3. color: #fff;
  4. background: black;
  5. }
  6. </style> </head> </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement