minesweeper/src/main/webapp/pages/mines.css
branchminesweeper
changeset 75 4eb79fa3434a
parent 74 df12da7ceed9
child 77 b344caeda33f
     1.1 --- a/minesweeper/src/main/webapp/pages/mines.css	Sat Feb 08 09:10:48 2014 +0100
     1.2 +++ b/minesweeper/src/main/webapp/pages/mines.css	Sat Feb 08 09:25:53 2014 +0100
     1.3 @@ -44,14 +44,14 @@
     1.4  }
     1.5  
     1.6  table.field td.UNKNOWN {
     1.7 -    background-color: #D0D0D0;
     1.8 +    background-color: #D6E4E1;
     1.9      cursor: pointer;
    1.10  }
    1.11  table.field td.EXPLOSION {
    1.12 -    background-color: #f1100c;
    1.13 +    background-color: #A31E39;
    1.14  }
    1.15  table.field td.DISCOVERED {
    1.16 -    background-color: #100cf1;
    1.17 +    background-color: #9DB2B1;
    1.18  }
    1.19  .but-orientation {
    1.20      margin-top:20px;