summaryrefslogtreecommitdiff
path: root/client/src/Mancala/StartGame.css
blob: 3ab58728623b1fa9d7e15660d837b29d56d643a2 (plain)
1
2
3
4
5
6
7
8
9
10
.startGameButton {
    font-size: 2em;
    background-color: lightgreen;
    border: 2px solid black;
}

.errorMessage {
    height: 1em;
    color: red;
}