dgwk25-huginfo/assets/css/custom/styles/_base-print.scss

12 lines
137 B
SCSS

@import "../../fonts/fonts";
@import "_variables";
@media print {
body {
color: black;
background: white;
}
}