The light green background for the most recent data row wasn't displaying because Bootstrap's table striping was overriding it. Changed CSS from targeting the row to targeting individual cells: - .table .most-recent-row td - .table-striped .most-recent-row td Both with !important to override Bootstrap's table styles. Now the first row correctly displays with light green background. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>