Simple tasks: Event log and personal objective cursor

Completed tasks: 'Event log items' and 'Personal objectives for pi-rats' from TODO.md
This commit is contained in:
2026-06-15 10:57:00 -07:00
parent 1c8db78c43
commit e1779292e5
4 changed files with 48 additions and 25 deletions

View File

@@ -167,6 +167,10 @@
font-size: 0.95rem;
}
.checkbox-label:has(input:disabled) {
cursor: default;
}
.objectives-checklist {
display: flex;
flex-direction: column;