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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user