14 lines
137 B
CSS
14 lines
137 B
CSS
button {
|
|
padding: 0.5rem;
|
|
color: lightgray;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.player1 {
|
|
color: black;
|
|
}
|
|
|
|
.player2 {
|
|
color: red;
|
|
}
|