Fix accessibility: Improve color contrast in GDPR compliance section

This commit is contained in:
Peter
2025-06-07 21:36:42 +01:00
parent ba1770e2c7
commit 263dc394dd

View File

@@ -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 {