improved display of decided board for draw

main
Inga 🏳‍🌈 2 weeks ago
parent 668d2ced3b
commit 7880c693c5
  1. 4
      src/frontend/static/style.css

@ -51,6 +51,10 @@ table.game-board-table tbody.game-board td {
border-color: #800080;
}
.outcome-draw table.game-board-table {
border-color: black;
}
tbody.game-board button,
tbody.game-board button:disabled,
tbody.game-board button:hover {

Loading…
Cancel
Save