improved display of decided board

main
Inga 🏳‍🌈 2 weeks ago
parent d51e277f9b
commit 64439b6b0e
  1. 11
      src/frontend/static/style.css

@ -40,6 +40,17 @@ table.game-board-table tbody.game-board td {
padding: 3px;
}
/* Colors for wins taken from jspaint.app where I drew icons for X and Y */
.outcome-winx table.game-board-table,
.outcome-winx table.game-board-table tbody.game-board td {
border-color: #804000;
}
.outcome-wino table.game-board-table,
.outcome-wino table.game-board-table tbody.game-board td {
border-color: #800080;
}
tbody.game-board button,
tbody.game-board button:disabled,
tbody.game-board button:hover {

Loading…
Cancel
Save