Get rid of livereload dependency. Draft Baroque (still some issues)
[xogo.git] / variants / Atarigo / style.css
CommitLineData
eceb02f7
BA
1.chessboard_SVG {
2 background-color: #BA8C63;
3}
4
5piece.white.stone {
0e466aac 6 background-image: url('/variants/Go/pieces/black_stone.svg');
eceb02f7
BA
7}
8
9piece.black.stone {
0e466aac 10 background-image: url('/variants/Go/pieces/white_stone.svg');
eceb02f7 11}