diff --git a/voicegardens/static/voicegardens.js b/voicegardens/static/voicegardens.js index 563fd64..cb5988f 100644 --- a/voicegardens/static/voicegardens.js +++ b/voicegardens/static/voicegardens.js @@ -368,7 +368,7 @@ function draw() { /** * The draw loop which is called x times a second where x is the frameRate. **/ - background("#69D2E7"); + background("white"); blendMode(BLEND); smooth(); noStroke();