aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorNat Lasseter <user@4574.co.uk>2025-05-14 11:27:49 +0100
committerNat Lasseter <user@4574.co.uk>2025-05-14 11:27:49 +0100
commit3dc1417d9038155efc36dcf1c10ffdeef30f6d19 (patch)
tree7ac8ec5e57dca2d751255a3ed40f81c981c64f8e /static
parent24e512ba55382455bafd28c330a0ea635447dba7 (diff)
[toplinks] trialling new waste thing
Diffstat (limited to 'static')
-rw-r--r--static/styles.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/static/styles.css b/static/styles.css
index c780c1d..1e44275 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -75,14 +75,15 @@ table.waste-table {
td {
width: 10px;
height: 10px;
+ text-align: center;
}
td.morning {
border: 2px solid black;
border-right: none;
- opacity: 50%;
}
td.evening {
border: 2px solid black;
border-left: none;
+ opacity: 50%;
}
}