Print colored icon

1

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?

    
asked by anonymous 27.05.2015 / 14:02

1 answer

0

Try to set a style for it within

@media print {
}
    
27.05.2015 / 14:07