From 7594c37f28cdaf58a718d2e981000cb2a3a3e7e5 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Tue, 4 Mar 2025 22:57:03 +0100 Subject: Split styles and redesign --- index.html | 388 ++----------------------------------------------------------- 1 file changed, 10 insertions(+), 378 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index 805c537..5126ac5 100644 --- a/index.html +++ b/index.html @@ -19,384 +19,15 @@ - + + + + + + + @@ -487,6 +118,7 @@ // Hide start screen and show game area startScreen.style.display = 'none'; gameArea.style.display = 'block'; + document.body.classList.add('game-active'); // Initialize the game init(); -- cgit v1.3.1