Change default color. (and make it a W3C-valid 6-digit hex color). The new default color is #1913B0

This commit is contained in:
Ophir LOJKINE 2013-12-08 14:00:13 +01:00
parent 5690bd3cf0
commit beddafedcd

View file

@ -33,7 +33,7 @@
<h3>Configuration</h3>
<label for="chooseColor">Color:</label>
<input type="color" id="chooseColor" value="#000" />
<input type="color" id="chooseColor" value="#1913B0" />
<br/>
<label for="chooseSize">Size:</label>
<input type="range" id="chooseSize" value="10" min="1" max="50" step="1" />