diff --git a/content/hypno/colors/colors.js b/content/hypno/colors/colors.js index 8c15102..644bece 100644 --- a/content/hypno/colors/colors.js +++ b/content/hypno/colors/colors.js @@ -28,6 +28,10 @@ function changeWord() { wordEl.style.color = newColor; } +document.getElementById("controls").onclick = function (e) { + e.stopPropagation(); +} + window.onclick = function () { if (!started) { started = true;