@media print {
  body {
    color: black;
    background: white;
    font-size: 12pt;
  }
  a::after {
    content: " (" attr(href) ")";
    font-size: 90%;
  }
  .theme, #toggle-darkmode, .theme label {
    display: none !important;
  }
  .hidden { display: list-item !important; }}