diff --git a/snake.html b/snake.html
index 529248e..a818995 100644
--- a/snake.html
+++ b/snake.html
@@ -94,7 +94,7 @@
}
// draw apple
- context.fillStyle = 'blue';
+ context.fillStyle = 'yellow';
context.fillRect(apple.x, apple.y, grid-1, grid-1);
// draw snake one cell at a time