mirror of
https://github.com/danbee/chess
synced 2025-03-04 08:39:06 +00:00
19 lines
411 B
SCSS
19 lines
411 B
SCSS
$background-color: #1e3f51;
|
|
$foreground-color: white;
|
|
|
|
$link-color: #ffdd00;
|
|
|
|
$board-square-size: 9vmin;
|
|
$base-font-size: 16px;
|
|
|
|
$black-square-color: #777;
|
|
$white-square-color: #bbb;
|
|
|
|
$selected-square-color: #66ff00;
|
|
|
|
$square-outline-color: darken($black-square-color, 20%);
|
|
$selected-outline-color: lighten($selected-square-color, 20%);
|
|
|
|
$colours: "black" "white";
|
|
$pieces: king queen bishop knight rook pawn;
|