diff options
Diffstat (limited to 'contrib/logo-color.html')
-rw-r--r-- | contrib/logo-color.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/logo-color.html b/contrib/logo-color.html index 2d812d1..17942ce 100644 --- a/contrib/logo-color.html +++ b/contrib/logo-color.html @@ -18,7 +18,8 @@ something that differentiates? Color it!</p> <p>Select the colors here: <input id="color1" type="color" value="#222222" onchange="color();"> -<input id="color2" type="color" value="#444444" onchange="color();"></p> +<input id="color2" type="color" value="#444444" onchange="color();"> +<input id="color3" type="color" value="#ffffff" onchange="color();"></p> <p>Then right-click, click "<i>Take Screenshot</i>" and finally select the logo and download it.</p> |