diff --git a/index.html b/index.html index 8ca8b13..685c7af 100644 --- a/index.html +++ b/index.html @@ -174,6 +174,7 @@ li.mine.revealed { background-color: #d23000; + color: #000; } li.mines1 { @@ -552,6 +553,7 @@ if ($(this).isMine()) { $(this).addClass("revealed"); + $(this).html("☠"); //skull & crossbones //game over, or lose a life, or whatever //... @@ -674,6 +676,7 @@