From 263dc394dd323ebe5435520f4994e9965909ed04 Mon Sep 17 00:00:00 2001 From: Peter Date: Sat, 7 Jun 2025 21:36:42 +0100 Subject: [PATCH] Fix accessibility: Improve color contrast in GDPR compliance section --- gdpr-compliance.php | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/gdpr-compliance.php b/gdpr-compliance.php index 483ecaf..fa1f50a 100644 --- a/gdpr-compliance.php +++ b/gdpr-compliance.php @@ -67,17 +67,20 @@ $canonical_url = "https://ukdataservices.co.uk/gdpr-compliance.php"; } .compliance-highlight { - background: linear-gradient(135deg, #179e83 0%, #144784 100%); - color: white; + background: #ffffff; + color: #1a1a1a; padding: 30px; border-radius: 12px; margin: 30px 0; text-align: center; + border: 3px solid #179e83; + box-shadow: 0 4px 20px rgba(23, 158, 131, 0.1); } .compliance-highlight h3 { - color: white; + color: #144784; margin-bottom: 15px; + font-weight: 600; } .rights-grid {