From 3dc1417d9038155efc36dcf1c10ffdeef30f6d19 Mon Sep 17 00:00:00 2001 From: Nat Lasseter Date: Wed, 14 May 2025 11:27:49 +0100 Subject: [toplinks] trialling new waste thing --- static/styles.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'static') diff --git a/static/styles.css b/static/styles.css index c780c1d..1e44275 100644 --- a/static/styles.css +++ b/static/styles.css @@ -75,14 +75,15 @@ table.waste-table { td { width: 10px; height: 10px; + text-align: center; } td.morning { border: 2px solid black; border-right: none; - opacity: 50%; } td.evening { border: 2px solid black; border-left: none; + opacity: 50%; } } -- cgit v1.2.3