Hello, loving the Minimal Theme, thanks so much!
Alas when exporting to pdf, all headers come out in a barely visible grey; same for bold text (and for done tasks that are grey instead of strike-through). The following CSS snippet seems to have fixed it:
@media print {
/* Minimal Theme print tweaks*/
.theme-dark, .theme-light {
–h1-color: black;
–h2-color: black;
–h3-color: black;
–h4-color: black;
–h5-color: black;
–h6-color: black}
.cm-strong, strong{
color: black}
}
I have not found the fix for the strike-through part though?
I did not see @media print parts in Minimal.css → this might be an interesting addition to the theme?