Fix WCAG contrast issues: yellow-500->700, indigo-600->800 on links

- text-yellow-500 on white bg had ratio ~1.9 (need 4.5), now text-yellow-700
- text-indigo-600 links on white bg had ratio ~3.8, now text-indigo-800
  with permanent underline for link visibility (WCAG 1.4.1)
- Cookie banner link also updated

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Serreau Jovann
2026-03-26 12:55:56 +01:00
parent 3b4b51e3f2
commit d1fed64d72
13 changed files with 27 additions and 27 deletions

View File

@@ -48,7 +48,7 @@
<div class="card-brutal-info mt-12">
<h2 class="text-lg font-black uppercase mb-2">Autres moyens de contact</h2>
<ul class="list-disc pl-6 text-sm font-bold text-gray-700">
<li>Email : <a href="mailto:contact@e-cosplay.fr" class="text-indigo-600 hover:underline">contact@e-cosplay.fr</a></li>
<li>Email : <a href="mailto:contact@e-cosplay.fr" class="text-indigo-800 underline hover:text-indigo-950">contact@e-cosplay.fr</a></li>
<li>Adresse : 42 rue de Saint-Quentin, 02800 Beautor, France</li>
</ul>
</div>