diff --git a/public/images/board/horsey.last-move.png b/public/images/board/horsey.last-move.png new file mode 100644 index 0000000000..2e42a65793 Binary files /dev/null and b/public/images/board/horsey.last-move.png differ diff --git a/ui/common/css/vendor/chessground/_chessground.scss b/ui/common/css/vendor/chessground/_chessground.scss index e34c3e1ce2..24eca02fc4 100644 --- a/ui/common/css/vendor/chessground/_chessground.scss +++ b/ui/common/css/vendor/chessground/_chessground.scss @@ -45,6 +45,11 @@ square { background-color: rgba(0, 155, 199, 0.41); } + body.horsey &.last-move { + background: url(../images/board/horsey.last-move.png); + background-size: cover; + } + &.last-move { will-change: transform; background-color: rgba(155, 199, 0, 0.41);