sort chores using due date, color tasks according to due level

This commit is contained in:
2025-08-28 22:22:14 +02:00
parent c7b03a93f0
commit d37dbc4f62
5 changed files with 45 additions and 19 deletions

View File

@@ -20,3 +20,15 @@
.userName {
font-weight: bold;
}
.irregular {
background-color: #aaaaaa;
}
.due {
background-color: #e4877e;
}
.notDue {
background-color: #ccffcc;
}