Fwd: RE: printing

---------- Forwarded message ----------
From: Jim Allan <jimallan@tsbvi.edu>
Date: Jul 20, 2017 9:40 PM
Subject: RE: printing
To: Alastair Campbell <acampbell@nomensa.com>
Cc:

I tried that... stylish would not accept or the browser would not implement
a print media query. Tried several.different things... with no success.

On Jul 20, 2017 5:11 PM, "Alastair Campbell" <acampbell@nomensa.com> wrote:

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 Friday, 21 July 2017 02:42:22 UTC