cv second page progress
All checks were successful
Rebuild signaller for deprived.dev to rebuild site / Rebuild Signaller (push) Successful in 30s

This commit is contained in:
BOTAlex 2026-03-29 03:02:35 +02:00
parent acb43bd648
commit 8a0b2f6a46
5 changed files with 31 additions and 27 deletions

View file

@ -46,6 +46,11 @@ body * {
display: none;
}
}
@media not print {
.hide-if-not-print {
display: none;
}
}
.include-in-print {
&,
@ -82,13 +87,6 @@ code {
background-color: #333333;
}
/* Print-specific styles */
@media print {
.hide-on-print {
display: none;
}
}
.hidden {
display: none;
}