diff options
| author | oldmud0 <oldmud0@users.noreply.github.com> | 2018-05-23 15:42:00 -0500 |
|---|---|---|
| committer | oldmud0 <oldmud0@users.noreply.github.com> | 2018-05-23 15:42:00 -0500 |
| commit | 1ebb0798740195733dcd9f0e32f7da31d3f01f8c (patch) | |
| tree | de6993591cdf932c0f8798d97213d3cbe4804dad /webAO/client.css | |
| parent | 334ee0e9feebe15926e5ad9a967c24cdf5264cdb (diff) | |
Stop timing out from server; more accurate blip timer
Diffstat (limited to 'webAO/client.css')
| -rw-r--r-- | webAO/client.css | 3 |
1 files changed, 2 insertions, 1 deletions
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, |
