highlight due date
All checks were successful
CI / lint (push) Successful in 14s
CI / build (push) Successful in 17s
CI / build-and-push-docker (push) Successful in 31s

This commit is contained in:
2025-08-28 22:23:16 +02:00
parent d37dbc4f62
commit a4fe525b9e
2 changed files with 10 additions and 4 deletions

View File

@@ -30,5 +30,9 @@
}
.notDue {
background-color: #ccffcc;
background-color: #a6cfa6;
}
.timeLeft {
font-weight: bold;
}