From 8b6770310462b48194e7bce7d434f85eb34397bc Mon Sep 17 00:00:00 2001 From: Nat Lasseter Date: Thu, 15 May 2025 10:33:26 +0100 Subject: [wastegraph] styling --- static/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'static') diff --git a/static/styles.css b/static/styles.css index 393a107..4f0b453 100644 --- a/static/styles.css +++ b/static/styles.css @@ -79,11 +79,11 @@ table.waste-table { } td.morning { border: 2px solid black; - border-right: none; + border-right: 1px dotted grey; } td.evening { border: 2px solid black; - border-left: none; + border-left: 1px dotted grey; opacity: 50%; } td.arrow { -- cgit v1.2.3