Add cookies and game deletions

This commit is contained in:
jheaps
2025-03-27 16:15:48 -06:00
parent 79a37c911d
commit 9f6327f5d9
4 changed files with 144 additions and 37 deletions
+10
View File
@@ -41,4 +41,14 @@
#chessBoard.flipped {
transform: rotate(180deg);
}
.chessSquare.previous-start {
box-sizing: border-box;
border: 4px solid #ffd700; /* gold or whatever you like */
}
.chessSquare.previous-end {
box-sizing: border-box;
border: 4px solid #ff8c00; /* orange */
}