mirror of
https://github.com/lovasoa/whitebophir
synced 2024-11-10 14:34:20 +00:00
Change default color. (and make it a W3C-valid 6-digit hex color). The new default color is #1913B0
This commit is contained in:
parent
5690bd3cf0
commit
beddafedcd
1 changed files with 1 additions and 1 deletions
|
@ -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" />
|
||||
|
|
Loading…
Reference in a new issue