You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
I just tried to save as PDF, got the message that the default theme is used and opened this PDF: The text color is R51 G51 B51 (#333333). I also tried printing to a PDF file using two different PDF printer drivers: same result, the text is #333333...
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
to the theme CSS without any difference.
How can I achieve a text printed in black?
The text was updated successfully, but these errors were encountered: