X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fsrc%2Fcomponents%2FBoard.vue;h=c2de1769307fe5cc082e9d2edb75ff35a31a7fb0;hp=0d531a6b4594de3f731bc35a1e2bd46128de915c;hb=b0a0468aa6f436f2ad4962492561ef430a3bc15c;hpb=3a2a7b5fd3c6bfd0752838094c27e1fb6172d109 diff --git a/client/src/components/Board.vue b/client/src/components/Board.vue index 0d531a6b..c2de1769 100644 --- a/client/src/components/Board.vue +++ b/client/src/components/Board.vue @@ -538,18 +538,18 @@ img.ghost // TODO: no predefined highlight colors, but layers. How? .light-square.lichess.highlight-light - background-color: #cdd26a !important + background-color: #cdd26a .dark-square.lichess.highlight-dark - background-color: #aaa23a !important + background-color: #aaa23a .light-square.chesscom.highlight-light - background-color: #f7f783 !important + background-color: #f7f783 .dark-square.chesscom.highlight-dark - background-color: #bacb44 !important + background-color: #bacb44 .light-square.chesstempo.highlight-light - background-color: #9f9fff !important + background-color: #9f9fff .dark-square.chesstempo.highlight-dark - background-color: #557fff !important + background-color: #557fff