From da73a7bba98ad2cb727e95845216a72e9c791b0b Mon Sep 17 00:00:00 2001 From: Nathakit Sae-Tan Date: Wed, 17 Apr 2024 15:16:19 +0700 Subject: [PATCH] Update font weights and families in AlphaAboutLayout.vue, AlphaPageLayout.vue, and CardLink.vue --- components/AlphaAboutLayout.vue | 5 +++-- components/AlphaPageLayout.vue | 8 ++++++-- components/cards/CardLink.vue | 11 ++++++++--- 3 files changed, 17 insertions(+), 7 deletions(-) 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 @@

- {{ fm.hero.title }} + {{ fm.content.title }}