From 2f2a440fd8e8a553459c4cf915b34b3f83b74b4b Mon Sep 17 00:00:00 2001 From: sD Date: Mon, 23 Dec 2019 18:48:19 +0100 Subject: add idle and play it safe --- webAO/client.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'webAO/client.css') diff --git a/webAO/client.css b/webAO/client.css index 787d35f..7a0d449 100644 --- a/webAO/client.css +++ b/webAO/client.css @@ -525,6 +525,10 @@ img { background-color: rgb(54,198,68); } +.area-idle { + background-color: rgb(54,198,68); +} + .area-looking-for-players { background-color: rgb(255,255,0); } -- cgit