diff options
author | Christian Hesse <mail@eworm.de> | 2023-05-26 11:55:08 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-05-26 11:57:18 +0200 |
commit | 8dc047510824654cd236357b2eaedd21c06e96d1 (patch) | |
tree | 0b5a958ead21e91d46a5f1df610757b888afe63e /contrib/logo-color.html | |
parent | 51a7453e6c8acd17b9cbdac7fda278d915501197 (diff) |
contrib/logo-color: support settings the background
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> |