0
mirror of https://github.com/valentineus/popov.link.git synced 2025-07-04 08:30:27 +03:00
Files
popov.link/src/scss/_print.scss

45 lines
423 B
SCSS
Raw Normal View History

2024-09-12 11:31:39 +00:00
@media print {
body {
background: #fff;
color: #000;
2024-09-12 11:31:39 +00:00
padding: 0;
}
audio,
embed,
footer,
form,
header,
iframe,
nav,
object,
video {
display: none;
}
img {
max-width: 500px;
}
* {
background: none;
border-color: #000;
color: #000;
}
a {
color: #000;
text-decoration: underline;
}
table {
border: 1px solid #000;
}
th,
td {
background: none;
border: 1px solid #000;
}
2024-09-12 11:31:39 +00:00
}