From 44583d5b801e0a90e0dcefb82524a65488b58400 Mon Sep 17 00:00:00 2001 From: Nat Lasseter Date: Mon, 10 Mar 2025 20:26:43 +0000 Subject: more waste --- static/styles.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'static') diff --git a/static/styles.css b/static/styles.css index ae70a8e..cf2c9b5 100644 --- a/static/styles.css +++ b/static/styles.css @@ -50,3 +50,18 @@ blockquote { div#quote { font-weight: bold; } + +span.waste-refuse { + color: white; + background-color: black; +} + +span.waste-recycling { + color: white; + background-color: darkgreen; +} + +span.waste-refuse { + color: white; + background-color: saddlebrown; +} -- cgit v1.2.3