// Make navbar not open on hover Array.from(document.getElementsByClassName("hover-content")).forEach(r => { r.classList.remove("hover-content"); });