mirror of
https://github.com/TheRealOwenRees/chess-endgame-trainer.git
synced 2026-09-19 11:03:52 +00:00
7 lines
133 B
CSS
7 lines
133 B
CSS
.bg-boardwhite {
|
|
background-color: #f2f5f3; /* light square */
|
|
}
|
|
|
|
.bg-boardblack {
|
|
background-color: #71828f; /* dark square */
|
|
} |