Good morning,
When I print from my TWC based website in Firefox, everything is good, but when I print from Chrome, the text is all "faded" looking.
if you go here:
and just click on "eList" on the right menu, then go to print from Chrome (hopefully) you'll see what I mean
I think the line that is related in the stylesheet is this:
@media print { body {font-size: 10pt !important;color:[[ColorPalette::black]]; }}
I changed that from ColorPalette::primaryDark I think, but it didn't work.
Any suggestions?