@media print {
  /* All your print styles go here */
.modal-content {
    background: #ff0000 !important;
}
}