aboutsummaryrefslogtreecommitdiff
path: root/static/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/styles.css')
-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%;
}
}