Remove 3 second link color interval
This commit is contained in:
@@ -20,9 +20,5 @@
|
||||
(function () {
|
||||
setRandomLinkColor();
|
||||
setColorHoverListener();
|
||||
|
||||
setInterval(() => {
|
||||
setRandomLinkColor();
|
||||
}, 3000);
|
||||
})();
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user