update
This commit is contained in:
@@ -70,19 +70,28 @@
|
||||
h3 {
|
||||
font-size: var(--text-lg);
|
||||
font-weight: var(--font-weight-semibold);
|
||||
color: var(--secondary-800);
|
||||
color: #ffffff !important;
|
||||
margin: 0 0 var(--space-2) 0;
|
||||
line-height: var(--leading-tight);
|
||||
}
|
||||
|
||||
p {
|
||||
font-size: var(--text-sm);
|
||||
color: var(--secondary-600);
|
||||
color: #ffffff !important;
|
||||
margin: 0 0 var(--space-3) 0;
|
||||
line-height: var(--leading-relaxed);
|
||||
max-width: 600px;
|
||||
}
|
||||
}
|
||||
|
||||
// Force white color with higher specificity
|
||||
&.cookie-consent-banner .cookie-consent-banner__text h3 {
|
||||
color: #ffffff !important;
|
||||
}
|
||||
|
||||
&.cookie-consent-banner .cookie-consent-banner__text p {
|
||||
color: #ffffff !important;
|
||||
}
|
||||
|
||||
&__links {
|
||||
display: flex;
|
||||
@@ -618,11 +627,11 @@
|
||||
border-top-color: var(--secondary-700);
|
||||
|
||||
&__text h3 {
|
||||
color: var(--secondary-100);
|
||||
color: #ffffff !important;
|
||||
}
|
||||
|
||||
&__text p {
|
||||
color: var(--secondary-300);
|
||||
color: #ffffff !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user