From 160b665cd433799386871ab7711056eabb6a52fa Mon Sep 17 00:00:00 2001 From: synth-ruiner Date: Mon, 9 Mar 2015 13:02:27 +0000 Subject: [PATCH] skull & crossbones icon for mines --- index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.html b/index.html index 8ca8b13..300a310 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 //...