From 7570b289e393d3c9b925f3ddfa04674ddc179e90 Mon Sep 17 00:00:00 2001 From: mike Date: Tue, 16 Dec 2025 13:49:05 +0100 Subject: [PATCH] inital-release --- public/styles.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/public/styles.css b/public/styles.css index 6146b8f..c6b6a9e 100644 --- a/public/styles.css +++ b/public/styles.css @@ -195,7 +195,7 @@ body { transition: all 0.2s ease; } -.grid-cell:hover { +.grid-cell:hover:not(.clue-cell):not(.blocked-cell) { background: #f7fafc; border-color: #4299e1; } @@ -229,6 +229,8 @@ body { justify-content: flex-start; align-items: flex-start; position: relative; + cursor: default; + pointer-events: none; } .clue-cell.horizontal {