diff --git a/src/frontend/static/style.css b/src/frontend/static/style.css index 86702fd..6fb56e2 100644 --- a/src/frontend/static/style.css +++ b/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 {