Add cookies and game deletions
This commit is contained in:
@@ -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 */
|
||||
}
|
||||
Reference in New Issue
Block a user