typora-issues icon indicating copy to clipboard operation
typora-issues copied to clipboard

Text is printed dark gray instead of black

Open D-ominik opened this issue 1 year ago • 0 comments

Typora 1.9.5 Windows x64

When printing a document, the text is always printed in dark grey, regardless of the selected theme. When using a laser printer, this results in text that is unattractive and less legible.

I tried adding

@media print {
    body {
      background: white;
      color: black !important;
    }
}

to the theme CSS without any difference.

How can I achieve a text printed in black?

D-ominik avatar Sep 11 '24 07:09 D-ominik