tractatus/public/version.json
TheFlow fa8254122b fix: Replace Tailwind color classes with inline styles for visibility
- Homepage Village section: all text now uses inline style="#000000"
- Village case study hero: title, subtitle, disclaimer use inline styles
- Village case study CTA buttons: inline styles for guaranteed visibility
- Service worker bumped to 0.2.0 for cache busting
- version.json forceUpdate: true to force browser refresh

Fixes white text on white background issue when Tailwind CSS fails to load.
Inline styles intentionally bypass CSP for critical visibility fallback.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-09 16:42:24 +13:00

12 lines
282 B
JSON

{
"version": "0.2.0",
"buildDate": "2025-12-09T01:40:00.000Z",
"changelog": [
"Village platform case study added",
"Home AI integration section",
"Framework metrics v0.2 update",
"Force cache invalidation"
],
"forceUpdate": true,
"minVersion": "0.2.0"
}