From 551499749da01546550f631d886652f8d0d756f1 Mon Sep 17 00:00:00 2001 From: synth-ruiner Date: Sat, 28 Feb 2015 19:20:27 +0000 Subject: [PATCH] More fixes More styling for numbers First click can no longer be a mine --- index.html | 120 ++++++++++++++++++++++++++++++++++++++++------------- 1 file changed, 91 insertions(+), 29 deletions(-) diff --git a/index.html b/index.html index d34012a..92ad045 100644 --- a/index.html +++ b/index.html @@ -84,14 +84,36 @@ li.mines3 { color: #fe7ac6; } + + li.mines4 { + color: #b17afe; + } + + li.mines5 { + color: #feb27a; + } + + li.mines6 { + color: #7afeb2; + } + + li.mines7 { + color: #d74600; + } + + li.mines8 { + color: #8c4600; + }