diff --git a/snake.html b/snake.html
index 7e7aa1a..75f5020 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