RE: printing

Do you have to import a stylesheet?

What about putting a media query at the end instead?

E.g.
@media print {
  * {
    background: transparent !important;
    color: black !important;
  }
}

From: Jim Allan

> Dang! Stylish does not allow @media print stylesheets. Trying to find a way for stylish to import stylesheets... Alas, stylish does not import stylesheets that I can find.

Received on Thursday, 20 July 2017 22:11:45 UTC