- From: Alastair Campbell <acampbell@nomensa.com>
- Date: Thu, 20 Jul 2017 22:11:20 +0000
- To: Jim Allan <jimallan@tsbvi.edu>, public-low-vision-a11y-tf <public-low-vision-a11y-tf@w3.org>
Received on Thursday, 20 July 2017 22:11:45 UTC
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