diff --git a/components/AlphaAboutLayout.vue b/components/AlphaAboutLayout.vue index 27091d009..f2680bfd9 100644 --- a/components/AlphaAboutLayout.vue +++ b/components/AlphaAboutLayout.vue @@ -103,6 +103,7 @@ v-if="fm.hero?.tagline" v-for="tagline in fm.hero?.tagline" class="text-base text-2 text-padding" + style="color: var(--vp-c-text-1)" > {{ tagline }}
@@ -113,11 +114,11 @@