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