Fix accessibility: Improve color contrast in GDPR compliance section
This commit is contained in:
@@ -67,17 +67,20 @@ $canonical_url = "https://ukdataservices.co.uk/gdpr-compliance.php";
|
|||||||
}
|
}
|
||||||
|
|
||||||
.compliance-highlight {
|
.compliance-highlight {
|
||||||
background: linear-gradient(135deg, #179e83 0%, #144784 100%);
|
background: #ffffff;
|
||||||
color: white;
|
color: #1a1a1a;
|
||||||
padding: 30px;
|
padding: 30px;
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
margin: 30px 0;
|
margin: 30px 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
border: 3px solid #179e83;
|
||||||
|
box-shadow: 0 4px 20px rgba(23, 158, 131, 0.1);
|
||||||
}
|
}
|
||||||
|
|
||||||
.compliance-highlight h3 {
|
.compliance-highlight h3 {
|
||||||
color: white;
|
color: #144784;
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
.rights-grid {
|
.rights-grid {
|
||||||
|
|||||||
Reference in New Issue
Block a user