UNPKG

cm-chessboard

Version:

A JavaScript chessboard which is lightweight, ES6 module based, responsive, SVG rendered and without dependencies.

31 lines (25 loc) 652 B
.cm-chessboard .arrow-default .arrow-head { fill: blue; fill-rule: nonzero; fill-opacity: 1; } .cm-chessboard .arrow-default .arrow-line { stroke: blue; stroke-linecap: round; opacity: 0.5; } .cm-chessboard .arrow-danger .arrow-head { fill: red; fill-rule: nonzero; fill-opacity: 1; } .cm-chessboard .arrow-danger .arrow-line { stroke: red; stroke-linecap: round; opacity: 0.5; } .cm-chessboard .arrow-pointy .arrow-head { fill: black; fill-rule: nonzero; fill-opacity: 1; } .cm-chessboard .arrow-pointy .arrow-line { stroke: black; stroke-linecap: round; opacity: 0.5; } /*# sourceMappingURL=arrows.css.map */