These are the club avatar's classes for the new secondary_color feature. Tailwind only emits utility classes it sees used in a template scan, and the dev watcher wasn't running when that avatar edit landed, so the classes were silently absent from static/css/app.css: no background, no text colour, just an empty (visually white) circle. A one-off build regenerates them; both now correctly reference var(--color-secondary) and var(--color-secondary-content) so a club's colour picks apply.
143 KiB
143 KiB