@import "./variables"; @media print { header, footer { display: none; } body { background: none !important; color: $black !important; } hr { display: block; border: 2px solid $border-color; } @page { margin: 1cm; } details { break-inside: avoid; margin-bottom: 1em; p { margin: 1em; } } th, td { color: $black !important; } }