feat: category colour schemes, add stats to home page

This commit is contained in:
2026-02-04 18:32:55 -08:00
parent 054a55ff9c
commit 912a8887a5
7 changed files with 187 additions and 45 deletions
@@ -428,7 +428,7 @@ import { Show, ShowStatus, ShowType, CreateShowDto, UpdateShowDto, Comment } fro
}
.filter-btn.active {
background: #8b5cf6;
background: #e84393;
color: white;
}
@@ -536,7 +536,7 @@ import { Show, ShowStatus, ShowType, CreateShowDto, UpdateShowDto, Comment } fro
opacity: 0.8;
}
.btn-primary { background: #8b5cf6; color: white; }
.btn-primary { background: #e84393; color: white; }
.btn-secondary { background: #6b7280; color: white; }
.btn-danger { background: #ef4444; color: white; }
.btn-sm { padding: 0.25rem 0.75rem; font-size: 0.85rem; }