From 1ebb0798740195733dcd9f0e32f7da31d3f01f8c Mon Sep 17 00:00:00 2001 From: oldmud0 Date: Wed, 23 May 2018 15:42:00 -0500 Subject: Stop timing out from server; more accurate blip timer --- webAO/client.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'webAO/client.css') diff --git a/webAO/client.css b/webAO/client.css index 96a7f71..dce841e 100644 --- a/webAO/client.css +++ b/webAO/client.css @@ -39,7 +39,7 @@ img { background: #4e0e00; color: white; font-size: x-large; - animation: error_blink 0.5s ease-in-out infinite; + animation: error_blink 3s ease-in-out infinite; z-index: 3; } @@ -339,6 +339,7 @@ img { overflow: hidden; text-align: center; font-size: small; + color: #c6c6c6; } .hrtext:before, -- cgit