@media print {
  .manual-page-break {
    margin-top: 30mm;
  }

  .print-only {
    display: revert;
  }

  #theme-switch {
    display: none;
  }

  a {
    color: inherit;
    text-decoration: none;
  }

  a.print-show-link[href] {
    white-space: pre-line;
    &::after {
      content: ": \A" attr(href);
    }
  }

  .print-hidden {
    display: none;
  }
}

