15 lines
348 B
CSS
15 lines
348 B
CSS
/*
|
|
* DO NOT EDIT THIS FILE.
|
|
* See the following change record for more information,
|
|
* https://www.drupal.org/node/2815083
|
|
* @preserve
|
|
*/
|
|
@media print {
|
|
* {
|
|
color: #000 !important; /* Black prints faster: h5bp.com/s */
|
|
background-color: transparent !important;
|
|
box-shadow: none !important;
|
|
text-shadow: none !important;
|
|
}
|
|
}
|