Mohammad Ghonchesefidi

Results 2 issues of Mohammad Ghonchesefidi

Hi I'm using the grayscale filter on the body tag. The output file gets blurred. my code: ``` @media print {body{-webkit-filter: grayscale(100%);}} ``` Before: ![image](https://user-images.githubusercontent.com/30124243/170821875-cb06b9d3-5ef1-4d9e-b120-d2fa24d0c80b.png) After: ![image](https://user-images.githubusercontent.com/30124243/170821902-1025126e-144f-4a00-90dc-8e684fa0d5bd.png)