From 29802b71af3de0c62a8b6aa37bb32e96dc4ff899 Mon Sep 17 00:00:00 2001 From: Nat Lasseter Date: Mon, 10 Mar 2025 20:29:37 +0000 Subject: fix waste colours --- static/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static/styles.css') diff --git a/static/styles.css b/static/styles.css index cf2c9b5..a15f136 100644 --- a/static/styles.css +++ b/static/styles.css @@ -61,7 +61,7 @@ span.waste-recycling { background-color: darkgreen; } -span.waste-refuse { +span.waste-garden { color: white; background-color: saddlebrown; } -- cgit v1.2.3