diff options
-rw-r--r-- | cgi/home.cgi | 2 | ||||
-rw-r--r-- | static/styles.css | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/cgi/home.cgi b/cgi/home.cgi index 264d9d1..4196d1d 100644 --- a/cgi/home.cgi +++ b/cgi/home.cgi @@ -58,7 +58,7 @@ def graphic_collection(resp) $cgi.table(class: "waste-table") { $cgi.tr { - $cgi.td { "&x21d3;" } + $cgi.td { "⇓" } } + $cgi.tr { tout = "" diff --git a/static/styles.css b/static/styles.css index b19eb47..c780c1d 100644 --- a/static/styles.css +++ b/static/styles.css @@ -79,6 +79,7 @@ table.waste-table { td.morning { border: 2px solid black; border-right: none; + opacity: 50%; } td.evening { border: 2px solid black; |