Skip to content

Commit a41df04

Browse files
committed
Merge branch 'task/landing-1' into staging
2 parents 4a1cc37 + e4c2f80 commit a41df04

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

app/src/components/Landing.vue

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ const pricingPlans = [
320320
<div class="feature-card-header">
321321
<img src="../assets/icons/feature-icon-users-light.svg" class="feature-icon light-only" />
322322
<img src="../assets/icons/feature-icon-users-dark.svg" class="feature-icon dark-only" />
323-
<h3 class="feature-card-title">PREVENT_IDENTITY_CORRELATION</h3>
323+
<h3 class="feature-card-title">PREVENT_IDENTITY_MAPPING</h3>
324324
</div>
325325
<p class="feature-card-text">Each service gets a unique alias. Advertisers and data brokers can't connect your accounts across platforms.</p>
326326
</div>
@@ -819,7 +819,7 @@ const pricingPlans = [
819819
}
820820
821821
.feature-text {
822-
@apply text-[#115190] dark:text-[#82b8ed];
822+
@apply text-black dark:text-[#fffeff];
823823
@apply text-base leading-[21px] md:leading-4;
824824
@apply m-0;
825825
@apply flex-1;
@@ -1027,7 +1027,7 @@ img.dark-only {
10271027
}
10281028
10291029
.instruction-text {
1030-
@apply text-[#115190] dark:text-[#82b8ed];
1030+
@apply text-black dark:text-[#fffeff];
10311031
@apply text-sm leading-5;
10321032
@apply flex-1;
10331033
}
@@ -1065,7 +1065,7 @@ img.dark-only {
10651065
}
10661066
10671067
.feature-card-text {
1068-
@apply text-[#115190] dark:text-[#82b8ed];
1068+
@apply text-black dark:text-[#fffeff];
10691069
@apply text-sm leading-5;
10701070
@apply m-0;
10711071
}
@@ -1151,7 +1151,7 @@ img.dark-only {
11511151
.feature-set-text {
11521152
@apply m-0;
11531153
@apply text-sm leading-5;
1154-
@apply text-[#115190] dark:text-[#82b8ed];
1154+
@apply text-black dark:text-[#fffeff];
11551155
}
11561156
11571157
/* Section 5: Verifiable Privacy */
@@ -1205,7 +1205,7 @@ img.dark-only {
12051205
.verifiable-privacy-card-text {
12061206
@apply m-0;
12071207
@apply text-sm leading-5;
1208-
@apply text-[#115190] dark:text-[#82b8ed];
1208+
@apply text-black dark:text-[#fffeff];
12091209
}
12101210
12111211
.verifiable-privacy-card-link {
@@ -1430,7 +1430,7 @@ img.dark-only {
14301430
.comp-services-card-text {
14311431
@apply m-0;
14321432
@apply text-sm leading-5;
1433-
@apply text-[#115190] dark:text-[#82b8ed];
1433+
@apply text-black dark:text-[#fffeff];
14341434
}
14351435
14361436
.comp-services-footnote {
@@ -1605,7 +1605,7 @@ img.dark-only {
16051605
.get-access-feature-text {
16061606
@apply m-0;
16071607
@apply text-sm leading-5;
1608-
@apply text-[#115190] dark:text-[#82b8ed];
1608+
@apply text-black dark:text-[#fffeff];
16091609
}
16101610
16111611
@media (min-width: 768px) {

0 commit comments

Comments
 (0)