https://bugs.kde.org/show_bug.cgi?id=429469

--- Comment #6 from Paul Worrall <p.r.worr...@gmail.com> ---
FYI, by trial and error I found I also needed to add this line to the CSS file:

@media print {
.
.
.
  table.report td {/*styles table cells- but not background color*/
    text-align: right;
    color: black;  /*add this line to force black text when printing from dark
desktop theme*/
  }
.
.
}

I use KMM 5.1.3 on Linux

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to