website_next: part 2

This commit is contained in:
nym21
2026-07-05 14:08:57 +02:00
parent 0bf2cd77dc
commit eee1a10d2a
23 changed files with 1024 additions and 1046 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ function populateCube(element, fill) {
const rightFace = createFace("face-text", "right");
const leftFace = createFace("face-text", "left");
element.classList.add("cube");
element.dataset.cube = "";
element.style.setProperty("--fill", String(fill));
element.append(
createFace("glass", "bottom"),