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
@@ -432,7 +432,7 @@ import { Manga, MangaStatus, CreateMangaDto, UpdateMangaDto, Comment } from '@li
}
.filter-btn.active {
background: #ec4899;
background: #00b894;
color: white;
}
@@ -541,7 +541,7 @@ import { Manga, MangaStatus, CreateMangaDto, UpdateMangaDto, Comment } from '@li
opacity: 0.8;
}
.btn-primary { background: #ec4899; color: white; }
.btn-primary { background: #00b894; 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; }