aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--termcast_server/index.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/termcast_server/index.html b/termcast_server/index.html
index 85de227..6980fa8 100644
--- a/termcast_server/index.html
+++ b/termcast_server/index.html
@@ -13,6 +13,7 @@
.term table {
border-collapse: collapse;
+ color: #d3d3d3;
background-color: black;
}
@@ -346,9 +347,6 @@ socket.onmessage = function (e) {
if (update.cell.fgcolor) {
td.style.setProperty('color', colors[update.cell.fgcolor]);
}
- else {
- td.style.setProperty('color', "#FFFFFF");
- }
if (update.cell.bgcolor) {
td.style.setProperty('background-color', colors[update.cell.bgcolor]);
}