diff options
author | Nat Lasseter <user@4574.co.uk> | 2025-03-10 20:26:43 +0000 |
---|---|---|
committer | Nat Lasseter <user@4574.co.uk> | 2025-03-10 20:26:43 +0000 |
commit | 44583d5b801e0a90e0dcefb82524a65488b58400 (patch) | |
tree | aa317c7c8721d28d73c7952b95b4a5358335b24d /static | |
parent | 641ead99bb7dbcc0718e0ce51bf7490d06d7e194 (diff) |
more waste
Diffstat (limited to 'static')
-rw-r--r-- | static/styles.css | 15 |
1 files changed, 15 insertions, 0 deletions
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; +} |