Spaces:
Runtime error
Runtime error
Commit
·
3d72e51
1
Parent(s):
93075c7
Update styling
Browse files- Templates/index.html +1 -0
Templates/index.html
CHANGED
@@ -363,6 +363,7 @@
|
|
363 |
cell.appendChild(img);
|
364 |
} else {
|
365 |
cell.textContent = game[column];
|
|
|
366 |
}
|
367 |
});
|
368 |
|
|
|
363 |
cell.appendChild(img);
|
364 |
} else {
|
365 |
cell.textContent = game[column];
|
366 |
+
cell.style.color = "rgb(114, 114, 114)";
|
367 |
}
|
368 |
});
|
369 |
|