diff --git a/index.html b/index.html index fbb8596..01a0cab 100644 --- a/index.html +++ b/index.html @@ -61,6 +61,11 @@ document.getElementById("policy").scrollIntoView(); } } + + const queryString = window.location.search; + if (queryString.match(/[rainbow|unicorn]mode=1/i)) { + document.body.classList.add("unicorns"); + }