inital-release

This commit is contained in:
mike
2025-12-16 13:49:05 +01:00
parent 6cef9d07fe
commit 7570b289e3

View File

@@ -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 {