As already discussed here: Background color not showing in print preview
I haven't figured out yet, how to get my actual text coloring. I want to get a div only shown on print with the Bootstrap class print-visible, works fine but all the coloring is lost in the preview.
@media print {
.test {
background-color: #1a4567 !important;
-webkit-print-color-adjust: exact;
}
}
If I add the media print CSS it does what it should, but I want the text-colors not the color set by CSS.