riazmo Claude Opus 4.6 commited on
Commit
09fc0c4
·
1 Parent(s): d69ae21

fix: benchmark alignment text color to black for readability

Browse files

- Change 'To Align with Top Match' list text from #475569 (gray) to
#1a1a1a (near-black) for readability on light background

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3819,7 +3819,7 @@ def _render_benchmark_cards(benchmark_comparisons, benchmark_advice) -> str:
3819
  changes_html = f"""
3820
  <div style="margin-top: 16px; padding: 14px 18px; background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 8px;">
3821
  <div style="font-weight: 600; font-size: 14px; margin-bottom: 8px; color: #1e293b;">🔧 To Align with Top Match</div>
3822
- <ul style="margin: 0; padding-left: 20px; font-size: 13px; color: #475569; line-height: 1.8;">
3823
  {''.join(items)}
3824
  </ul>
3825
  </div>"""
 
3819
  changes_html = f"""
3820
  <div style="margin-top: 16px; padding: 14px 18px; background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 8px;">
3821
  <div style="font-weight: 600; font-size: 14px; margin-bottom: 8px; color: #1e293b;">🔧 To Align with Top Match</div>
3822
+ <ul style="margin: 0; padding-left: 20px; font-size: 13px; color: #1a1a1a; line-height: 1.8;">
3823
  {''.join(items)}
3824
  </ul>
3825
  </div>"""