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