9 lines
206 B
CSS
9 lines
206 B
CSS
@media print {
|
|
* {
|
|
color: #000 !important; /* Black prints faster: h5bp.com/s */
|
|
background-color: transparent !important;
|
|
box-shadow: none !important;
|
|
text-shadow: none !important;
|
|
}
|
|
}
|