2021-01-28 19:31:39 +00:00
|
|
|
body {
|
|
|
|
font-family: "Helvetica", sans-serif;
|
|
|
|
}
|
|
|
|
|
|
|
|
td {
|
|
|
|
width: 30px !important;
|
|
|
|
height: 30px !important;
|
|
|
|
text-align: center;
|
|
|
|
color: black;
|
|
|
|
border: 1px solid black;
|
|
|
|
}
|
|
|
|
|
2021-01-28 21:08:17 +00:00
|
|
|
.bomb {
|
2021-01-28 19:31:39 +00:00
|
|
|
background-color: red;
|
|
|
|
}
|
|
|
|
|
2021-01-28 21:08:17 +00:00
|
|
|
.covered {
|
|
|
|
background-color: darkgray;
|
|
|
|
}
|
|
|
|
|
|
|
|
.uncovered {
|
|
|
|
background-color: lightgray;
|
2021-01-28 19:31:39 +00:00
|
|
|
}
|