]> git.cworth.org Git - zombocom-ai/blobdiff - tardis.html
Reword Coda's final message
[zombocom-ai] / tardis.html
index 72a9d7d9e782fabd4b9baef9b7ebd8bdcbd53ea1..06091926b20c19f14b550d452bda3201594c335e 100644 (file)
@@ -52,7 +52,7 @@
     }
     #word {
        text-align: center;
-       font-size: 500%;
+       font-size: 400%;
        font-weight: bold;
     }
     #interface {
     });
 
     socket.on('timer', (value) => {
-       console.log("Receiving timer value of " + value);
        timer_div.style.visibility = "visible";
        timer.textContent = value.toString();