This commit is contained in:
Iliyan Angelov
2025-10-13 01:49:06 +03:00
parent 76c857b4f5
commit 5ad9cbe3a6
97 changed files with 5752 additions and 2376 deletions

View File

@@ -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;
}
}