I need to add some simple inline styling for print purposes to an .cshtml page I'm working on. I initially tried using the @media print
media query, but it is causing issues with my cshtml page. Is there a workaround for this problem?
The culprit seems to be the @
symbol in @media print
.