diff --git a/index.html b/index.html
index 5de5fbb..693f88b 100644
--- a/index.html
+++ b/index.html
@@ -9,6 +9,7 @@
body {
padding: 0;
margin: 0;
+ background-color: Gainsboro;
}
.column {
@@ -60,7 +61,6 @@
frameRate(Number(document.getElementById("genFrameRate").value));
algo = {};
maze.resetMazeState();
- maze.updateMazeDisplay();
loop();
}
@@ -90,8 +90,9 @@
+