Skip to content

Commit

Permalink
fix background color
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Cazala committed Jun 21, 2015
1 parent 7f0f86e commit a91c8a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/homepage/world.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function blastoff()
{
// fade effect
ctx.globalAlpha=0.2;
ctx.fillStyle='rgb(244, 244, 244);';
ctx.fillStyle='#f4f4f4';
ctx.fillRect(0,0,world.width, world.height);
ctx.globalAlpha=1;

Expand Down

0 comments on commit a91c8a1

Please sign in to comment.