picture - bg color before loading = event color or season color
This commit is contained in:
parent
c49aca969e
commit
cb65669ccc
6 changed files with 7 additions and 5 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue