mhango

NPF Photoset Grayscale Code V2

Apr 26th, 2023
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. /* NPF Photoset Grayscale Code V2
  2.  
  3. Disclaimer: I still have absolutely no idea what I'm doing whatsoever.
  4. */
  5.  
  6. .text:has(:is(.npf_row .npf_col):first-child:nth-last-child(n + 2)) img {
  7. filter: grayscale(1);
  8. }
  9.  
  10. .text:has(.npf_row:first-child:nth-last-child(n + 3)) img {
  11. filter: grayscale(1);
  12. }
Advertisement
Add Comment
Please, Sign In to add comment