From 856904681e07cdddc31ff3dbf35a15fa28191b9a Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Tue, 7 Sep 2021 19:45:07 +0200 Subject: make areas without a status green --- webAO/styles/client.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'webAO/styles') diff --git a/webAO/styles/client.css b/webAO/styles/client.css index b00718e..943605f 100644 --- a/webAO/styles/client.css +++ b/webAO/styles/client.css @@ -537,6 +537,10 @@ background-color: rgb(54, 198, 68); } +.area- { /* THANKS CW */ + background-color: rgb(54, 198, 68); +} + .area-idle { background-color: rgb(54, 198, 68); } -- cgit