Improve timer. Draft upcoming changes for better pairings + get rounds info, stats
[westcastle.git] / css / index.css
index ece613b..3d7468b 100644 (file)
@@ -257,7 +257,18 @@ td.score {
 }
 
 .timeout {
-       color: red;
+       color: darkred;
+}
+
+#timer input {
+       color: darkblue;
+       position: absolute;
+       display: block;
+       left: 0;
+       top: 0;
+       width: 100%;
+       height: 100%;
+       text-align: center;
 }
 
 img.close-cross {