feat: move theme inline

This commit is contained in:
2024-04-03 19:57:22 +02:00
parent d1a235369d
commit 4c1a6ed9f6
3 changed files with 47 additions and 42 deletions

View File

@ -136,7 +136,6 @@
);
images = wrappers.map((image, i: number) => {
console.log({ image });
image.classList.add("image-active");
image.addEventListener("click", () => setIndex(i));
image.addEventListener("touch", () => setIndex(i));