changed some files

This commit is contained in:
2026-06-14 00:16:03 +02:00
parent a6b39be35a
commit 1c02fd3dcc
17 changed files with 151 additions and 34 deletions
+1
View File
@@ -0,0 +1 @@
document.querySelectorAll(".nav").forEach(e=>{const t=e.querySelector(".nav__toggle"),n=e.querySelector(".nav__list");t?.addEventListener("click",()=>{const e=n.classList.toggle("is-open");t.setAttribute("aria-expanded",e)})})