diff --git a/data/style.css b/data/style.css index d0e7c21..0505668 100644 --- a/data/style.css +++ b/data/style.css @@ -87,6 +87,10 @@ a:hover{ margin-bottom: 20px; } +.main header:hover{ + cursor: pointer; +} + .collusion-icon{ border:1px solid #5ABED2; width: 35px; diff --git a/data/ui.js b/data/ui.js index f591d93..a0dacdf 100644 --- a/data/ui.js +++ b/data/ui.js @@ -15,6 +15,11 @@ document.addEventListener("keypress", function(event){ } }); +/* Collusion Logo Click handler ====================== */ +document.querySelector(".main header").addEventListener("click",function(){ + location.reload(); +}); + /************************************************** * Buttons