Skip to content

Commit

Permalink
game improved with the background color
Browse files Browse the repository at this point in the history
  • Loading branch information
und3f committed Feb 28, 2017
1 parent d5655e0 commit a229804
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions tone-game.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,18 @@
margin: 4px;
font-family: 'Roboto', sans-serif;
color: #414140;
background-color: #EFEFEE;
}

a {
color: #414140;
}

#cells, #complexity {
background-color: #EFEFEE;
padding-left: 0.40em;
}

.controls {
margin-right: 1em;
white-space: nowrap;
Expand Down Expand Up @@ -91,10 +97,10 @@
<span class="controls">
<label for="complexity">Difficulty:</label>
<select id="complexity">
<option value="0"></option>
<option value="1">Beginner</option>
<option value="2">Intermediate</option>
<option value="3">Expert</option>
<option value="0"></option>
<option value="1">I</option>
<option value="2">II</option>
<option value="3">III</option>
</select>
</span>
</span>
Expand Down

0 comments on commit a229804

Please sign in to comment.