Revert "Revert "experiment with horsey specific board highlight""

This reverts commit a38c60f44f.
pull/8134/head
Thibault Duplessis 2021-02-09 15:22:33 +01:00
parent 995ab9a1c2
commit ae2ba762a6
2 changed files with 5 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -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);