Remove 3 second link color interval

This commit is contained in:
Cassidy Williams
2023-06-25 14:15:57 -05:00
parent dcd78f8e3e
commit 9c2593b292

View File

@@ -20,9 +20,5 @@
(function () {
setRandomLinkColor();
setColorHoverListener();
setInterval(() => {
setRandomLinkColor();
}, 3000);
})();
</script>