I add bootstrap CSS files to my page. I don't want to modify the CSS files.
When I try yo print page, bootstrap modify media to print styles and remove all color properties.
How can I cancel bootstrap media settings for print?
This jquery code can remove all css; $("*").css("all","unset");
Is there way to remove css settings for only @media display{ .. }