Update print.less from source (html5-boilerplate).
//
// Basic print styles
// --------------------------------------------------
- // Source: https://github.com/h5bp/html5-boilerplate/blob/master/css/main.css
+ // Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css
@media print {
-
* {
- text-shadow: none !important;
- color: #000 !important; // Black prints faster: h5bp.com/s
background: transparent !important;
+ color: #000 !important; // Black prints faster: h5bp.com/s
box-shadow: none !important;
+ text-shadow: none !important;
}
a,