Removes background color from printed page

This commit is contained in:
Aaron Louie 2020-09-23 23:55:04 -04:00
parent ee145b2b42
commit 361b9ed69c
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
::ng-deep body {
margin: 0 !important;
padding: 0 !important;
background-color: red;
background-color: transparent;
overflow: hidden;
}