c1ba6e269b7f28a376a8eb023614038117d4b161
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.
Description
No description provided
Languages
Python
59.1%
HTML
28.3%
CSS
8%
JavaScript
4.2%
Shell
0.2%
Other
0.2%