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
@@ -500,18 +500,18 @@ import { Art, CreateArtDto, UpdateArtDto, Comment } from '@library/shared-types'
}
.btn-primary {
background: var(--witch-rose);
color: var(--witch-moon);
background: #fdcb6e;
color: #333;
}
.btn-secondary {
background: var(--witch-mauve);
color: var(--witch-purple);
background: #6b7280;
color: white;
}
.btn-danger {
background: var(--witch-plum);
color: var(--witch-moon);
background: #ef4444;
color: white;
}
.btn-sm {