Compare commits

..

No commits in common. "99715f6105abbdb5959eac7956cbf9eea4adccff" and "44da77246df58c1f4c8c53771ac8eae1b4a651ca" have entirely different histories.

2 changed files with 4 additions and 6 deletions

View file

@ -4,9 +4,5 @@ import init, { start } from "cgol";
document.getElementById("ansi-art")!.innerHTML = Jet;
try {
await init();
start();
} catch (e) {
console.error("WASM init failed:", e);
}

View file

@ -42,6 +42,7 @@
white-space: normal;
line-height: 1;
box-sizing: border-box;
overflow: hidden; /* Disable scrolling */
}
/* Desktop font size */
@ -58,6 +59,7 @@
color: var(--white);
margin: 0;
padding: 0;
overflow: hidden; /* Disable scrolling */
}
/* Global focus ring styles for all tabbable elements */