diff options
author | Nat Lasseter <user@4574.co.uk> | 2025-05-15 10:33:26 +0100 |
---|---|---|
committer | Nat Lasseter <user@4574.co.uk> | 2025-05-15 10:33:26 +0100 |
commit | 8b6770310462b48194e7bce7d434f85eb34397bc (patch) | |
tree | 36f2b2076fbd22985726e5d899e9b9d0651277c4 | |
parent | f5c3294f9baf3cfeb3ceb585d6cd91e17b4ad56c (diff) |
-rw-r--r-- | static/styles.css | 4 |
1 files changed, 2 insertions, 2 deletions
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 { |