From e621086f370255dc4a36a2de6a8bbfc43fd925b9 Mon Sep 17 00:00:00 2001 From: Bernard Siebens Date: Sat, 22 Aug 2026 21:05:21 +0200 Subject: [PATCH] Fix the barely-legible "Unavailable" pills on the coach line-up screen text-on-dark-faint plus opacity-50 doubly dimmed the text against the pill's own bg-steel background -- switched to the brightest on-dark tone with no extra opacity reduction. Co-Authored-By: Claude Sonnet 5 Claude-Session: https://claude.ai/code/session_01ECGMEwrc2k4D8VQuwjstj9 --- mobile/templates/mobile/coach/lineup.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/templates/mobile/coach/lineup.html b/mobile/templates/mobile/coach/lineup.html index 4edcbed..7a90e44 100644 --- a/mobile/templates/mobile/coach/lineup.html +++ b/mobile/templates/mobile/coach/lineup.html @@ -72,7 +72,7 @@
{% trans "Unavailable" %}
{% for attendance in unavailable %} - {{ attendance.member.get_full_name }} · {{ attendance.get_status_display }} + {{ attendance.member.get_full_name }} · {{ attendance.get_status_display }} {% endfor %}