Skip to content

Commit

Permalink
Merge pull request #1035 from Vizzuality/GMW-765-white-bg-print
Browse files Browse the repository at this point in the history
[FE](fix): white bg on print report[GMW-765]
  • Loading branch information
anamontiaga authored Jan 16, 2024
2 parents 0a2123e + 7f35c88 commit c8e0b75
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

body {
background-color: #00C5BD;
@media print {
background-color: #fff;
}
}

@-webkit-keyframes autofill {
Expand Down

0 comments on commit c8e0b75

Please sign in to comment.