@media print {
  a[href]:after {
    content: none !important;
  }

  *,
  *:before,
  *:after {
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
}
