picture - bg color before loading = event color or season color

This commit is contained in:
isUnknown 2024-09-17 15:49:48 +02:00
parent c49aca969e
commit cb65669ccc
6 changed files with 7 additions and 5 deletions

View file

@ -13,6 +13,8 @@ document.addEventListener("DOMContentLoaded", () => {
images: document.querySelectorAll("img"),
};
console.log(nodes.images);
// Listeners
nodes.burgerBtn.addEventListener("click", () => expandNav(nodes));
nodes.closeNavBtn.addEventListener("click", () => closeNav(nodes));