Keep the gradient only on the Simon board

On my screen, white on light isn't great, and I don't think wire colour
indicators really benefit from the gradient.
This commit is contained in:
Daniel Sinn
2015-12-23 18:17:43 -05:00
parent 60f4cf8e3c
commit 24733e178c
2 changed files with 19 additions and 7 deletions
+2 -2
View File
@@ -74,10 +74,10 @@
<div id="simonBoard">
<div class="simonRow">
<div class="blue">&nbsp;</div><div class="yellow">&nbsp;</div>
<div class="simonBlue">&nbsp;</div><div class="simonYellow">&nbsp;</div>
</div>
<div class="simonRow">
<div class="red">&nbsp;</div><div class="green">&nbsp;</div>
<div class="simonRed">&nbsp;</div><div class="simonGreen">&nbsp;</div>
</div>
<div class="arrow" id="arrowRB"></div>
<div class="arrow" id="arrowBR"></div>