Fix accessibility violations: color contrast, aside nesting
- Improve text contrast from #666/#888/#999 to #555/#6b6b6b across site (WCAG AA) - Fix aside nesting in all 10 blog articles (aside→div in related-articles) - Fix aside nesting in quote sidebar - Update CRO enhancement CSS/JS inline colors Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -67,14 +67,14 @@ include($_SERVER['DOCUMENT_ROOT'] . '/includes/nav.php');
|
||||
<p>Getting these three things in place before you start is the best investment you can make in a successful automation project.</p>
|
||||
|
||||
</div>
|
||||
<aside class="related-articles">
|
||||
<div class="related-articles">
|
||||
<h2>Related Articles</h2>
|
||||
<ul>
|
||||
<li><a href="/blog/articles/what-is-an-ai-agent-professional-services">What Is an AI Agent? A Plain-English Guide</a></li>
|
||||
<li><a href="/blog/articles/cost-of-manual-data-work-professional-services">The Real Cost of Manual Data Work</a></li>
|
||||
<li><a href="/blog/articles/build-vs-buy-ai-automation-professional-services">Build vs Buy: AI Automation for Professional Services</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</div>
|
||||
<footer class="article-footer">
|
||||
<p>Written by <strong>UK AI Automation</strong> — <a href="/quote">Get a Quote</a></p>
|
||||
</footer>
|
||||
|
||||
Reference in New Issue
Block a user