basic admin endgame view and add

This commit is contained in:
2026-06-22 20:43:09 +02:00
parent e955e40930
commit 006a2ca1c5
82 changed files with 2031 additions and 2 deletions
+7
View File
@@ -0,0 +1,7 @@
.bg-boardwhite {
background-color: #f2f5f3; /* light square */
}
.bg-boardblack {
background-color: #71828f; /* dark square */
}
+1
View File
@@ -8,6 +8,7 @@
@import "../node_modules/chessground/assets/chessground.brown.css";
@import "../node_modules/chessground/assets/chessground.cburnett.css";
@import "./_board.css";
@import "./_promotion.css";
@source "../css";