From 108f911100fc12972f5a50fee5143a259990ef8f Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Thu, 24 Jun 2021 21:07:24 +0200 Subject: the error code is less useful than the message above yet people only post the code on discord --- webAO/styles/client.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'webAO/styles/client.css') diff --git a/webAO/styles/client.css b/webAO/styles/client.css index 8676cdb..019d9b4 100644 --- a/webAO/styles/client.css +++ b/webAO/styles/client.css @@ -61,10 +61,13 @@ background: #a00; color: #fff; font-size: large; - animation: error_blink 3s ease-in-out infinite; z-index: 100; } +#client_errortext { + animation: error_blink 3s ease-in-out infinite; +} + #client_loading { display: block; flex-direction: column; -- cgit