generated from nhcarrigan/template
feat: category colour schemes, add stats to home page
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user