diff options
Diffstat (limited to 'static/styles.css')
-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; +} |