diff --git a/content/hypno/colors/colors.css b/content/hypno/colors/colors.css index 149e69e..c3ba9b0 100644 --- a/content/hypno/colors/colors.css +++ b/content/hypno/colors/colors.css @@ -22,3 +22,7 @@ #word svg:hover path { fill: red; } + +#reload { + display: none; +} diff --git a/content/hypno/colors/colors.js b/content/hypno/colors/colors.js index 3fa385e..8c15102 100644 --- a/content/hypno/colors/colors.js +++ b/content/hypno/colors/colors.js @@ -32,6 +32,7 @@ window.onclick = function () { if (!started) { started = true; document.getElementById("controls").style.display = "none"; + document.getElementById("reload").style.display = "inline"; changeWord(); setInterval(changeWord, 1000); setInterval(function() { if (hypnoFrequency < hypnoIncrements) { hypnoFrequency++; } }, 5000);