From 24e512ba55382455bafd28c330a0ea635447dba7 Mon Sep 17 00:00:00 2001 From: Nat Lasseter Date: Wed, 14 May 2025 11:26:51 +0100 Subject: [toplinks] trialling new waste thing --- cgi/home.cgi | 2 +- static/styles.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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; -- cgit v1.2.3