add tasks for dresden, steglitz and bode-museum

This commit is contained in:
Lukas Cremer
2026-02-02 19:33:49 +01:00
parent 7da14769b4
commit a49130973a
6 changed files with 183 additions and 40 deletions

View File

@@ -66,6 +66,20 @@ body {
font-weight: bold;
}
.sidebar-item.completed {
background: #1e3a2e;
border-left: 4px solid #27ae60;
}
.sidebar-item.completed:hover {
background: #2a4a3a;
}
.sidebar-item.completed.active {
background: #1a252f;
border-left: 4px solid #27ae60;
}
.sidebar-item-title {
font-size: 0.95em;
line-height: 1.4;