diff --git a/index.html b/index.html index 7434e98..bfa0d53 100644 --- a/index.html +++ b/index.html @@ -39,7 +39,7 @@ submit.setAttribute("type", "submit"); // below function modified from https://stackoverflow.com/a/1484514 function color() { - let letters = "0123456789ABCDEF", color = "#"; + let letters = "0123456789AbCdEf", color = "#"; for (var i = 0; i < 6; i++) { color += letters[Math.floor(Math.random() * 16)]; } @@ -184,5 +184,5 @@