From 721607120366542241fa566b5e72812861f30eb2 Mon Sep 17 00:00:00 2001 From: Nat Lasseter Date: Wed, 14 May 2025 11:19:49 +0100 Subject: [toplinks] trialling new waste thing --- static/styles.css | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) (limited to 'static') diff --git a/static/styles.css b/static/styles.css index 91f6f98..db2e5ad 100644 --- a/static/styles.css +++ b/static/styles.css @@ -55,17 +55,29 @@ div#quote { font-weight: bold; } -span.waste-refuse { +.waste-refuse { color: white; background-color: black; } -span.waste-recycling { +.waste-recycling { color: white; background-color: darkgreen; } -span.waste-garden { +.waste-garden { color: white; background-color: saddlebrown; } + +table.waste-table { + border-collapse: collapse; + td.morning { + border: 2px solid black; + border-right: none; + } + td.evening { + border: 2px solid black; + border-left: none; + } +} -- cgit v1.2.3