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
@@ -431,7 +431,7 @@ import { Game, GameStatus, CreateGameDto, UpdateGameDto, Comment } from '@librar
}
.filter-btn.active {
background: #3b82f6;
background: #ff6b6b;
color: white;
}
@@ -539,7 +539,7 @@ import { Game, GameStatus, CreateGameDto, UpdateGameDto, Comment } from '@librar
opacity: 0.8;
}
.btn-primary { background: #3b82f6; color: white; }
.btn-primary { background: #ff6b6b; 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; }