X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fsrc%2Fcomponents%2FBoard.vue;h=70c46b91a0a01139d5e937c5888d563a9b4b7b0c;hp=48bdd872c38f2a71f1c7797246f21d7f6a33efec;hb=4f524197ee499b58f574908c58bf50efa69dd359;hpb=10addfff8239405375a1c99b8582f4d4d8283d0a diff --git a/client/src/components/Board.vue b/client/src/components/Board.vue index 48bdd872..70c46b91 100644 --- a/client/src/components/Board.vue +++ b/client/src/components/Board.vue @@ -68,11 +68,11 @@ export default { } const showLight = ( this.settings.highlight && - ["all","highlight"].includes(V.ShowMoves) + ["all", "highlight"].includes(V.ShowMoves) ); const showCheck = ( this.settings.highlight && - ["all","highlight","byrow"].includes(V.ShowMoves) + ["all", "highlight", "byrow"].includes(V.ShowMoves) ); const orientation = !V.CanFlip ? "w" : this.orientation; // Ensure that squares colors do not change when board is flipped @@ -899,30 +899,6 @@ img.ghost .incheck-dark background-color: rgba(204, 51, 0, 0.9) !important -.light-square.lichess - background-color: #f0d9b5 -.dark-square.lichess - background-color: #b58863 - -.light-square.chesscom - background-color: #e5e5ca -.dark-square.chesscom - background-color: #6f8f57 - -.light-square.chesstempo - background-color: #dfdfdf -.dark-square.chesstempo - background-color: #7287b6 - -.middle-square.lichess - background-color: #D3B18C - -.middle-square.chesscom - background-color: #AABA91 - -.middle-square.chesstempo - background-color: #A9B3CB - // TODO: no predefined highlight colors, but layers. How? .light-square.lichess.highlight-light