diff --git a/game.html b/game.html index e1b6cc9..b41f6e9 100644 --- a/game.html +++ b/game.html @@ -24,7 +24,7 @@ } #game > div { - background: green; + background:deeppink; border: solid 1px; width: 100px; height: 100px; @@ -32,7 +32,7 @@ } #game > div.active { - background: red; + background:blueviolet; cursor: pointer; }