minor ground style fix

This commit is contained in:
Thibault Duplessis 2014-10-20 14:34:09 +02:00
parent 548fd1b607
commit 37e684191c

View file

@ -124,7 +124,7 @@ body.highlight .cg-board .cg-square.last-move {
body.highlight .cg-board .cg-square.check {
background: radial-gradient(ellipse at center, rgba(255, 0, 0, 1) 0%, rgba(231, 0, 0, 1) 25%, rgba(169, 0, 0, 0) 89%, rgba(158, 0, 0, 0) 100%);
}
body .cg-board .cg-square.current-premove {
body.base .cg-board .cg-square.current-premove {
background-color: rgba(20, 30, 85, 0.5);
}
.cg-piece {