Good morning, I have an icon in the HTML page in red color:
<i class="fa fa-circle fa-2x text-danger"></i>
When you print, it is black and white. Is there a way to change this with @media print?
Good morning, I have an icon in the HTML page in red color:
<i class="fa fa-circle fa-2x text-danger"></i>
When you print, it is black and white. Is there a way to change this with @media print?
Try to set a style for it within
@media print {
}