Skip to content

Instantly share code, notes, and snippets.

@gerardroche
Created July 12, 2025 00:32
Show Gist options
  • Save gerardroche/adfc5911fbe1d481f868c84604795f25 to your computer and use it in GitHub Desktop.
Save gerardroche/adfc5911fbe1d481f868c84604795f25 to your computer and use it in GitHub Desktop.
@media print {
* {
background-image: none !important;
color: #000 !important;
}
img {
display: none !important;
}
@page {
@bottom-left {
content: counter(page) ' of ' counter(pages);
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment