Guest User

Untitled

a guest
Feb 19th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. //META{"name":"BlurStriketrough","description":"Adds a blur in striketrough messages and unblur when hover","author":"Titiu","version":"1.0"}*//
  2. }
  3. .message-group .markup:not(:hover) s {
  4. filter: blur(5px);
  5. }
  6. s, strike, del {
  7. text-decoration: none;
  8. }
Add Comment
Please, Sign In to add comment