Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
library:exchanges [2025/07/01 00:33] – [Created] scumsucklibrary:exchanges [2025/07/01 00:35] (current) – [Created] scumsuck
Line 56: Line 56:
 img[src*="nsfw"][width*="400"]{ img[src*="nsfw"][width*="400"]{
 filter:blur(3px); filter:blur(3px);
-transition:.2s all; 
 } }
  
-img[src*="nsfw"][width*="400"]:hover{+img[data-scale="1"]{
 filter:blur(0px); filter:blur(0px);
-transition:.2s all; 
 } }
 </style> </style>
Back to top