diff --git a/views/team.ejs b/views/team.ejs index 358d60b..73e8b8d 100644 --- a/views/team.ejs +++ b/views/team.ejs @@ -41,7 +41,7 @@ function saveTeam() { html2canvas(document.querySelector(".team-container"), { useCORS: true, - backgroundColor: null, + backgroundColor: "#D4D3DD", }).then((canvas) => { canvas.toBlob(function (blob) { window.saveAs(blob, "my_team.png");