@media print {
    * {
        color: inherit !important;
        background: inherit !important;
         /* add this line for better support in chrome */ 
    -webkit-print-color-adjust:exact;
    }
}