Skip to content

Commit 8ede32a

Browse files
committed
fix font color
1 parent 3f1fae4 commit 8ede32a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/pages/speakers/[name]/index.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ useHead({ title: `${speakerName} 発表一覧` });
6767
{{ t.years_appeared }}:
6868
<template v-for="(year, i) in record.years" :key="year">
6969
<template v-if="i > 0">, </template>
70-
<NuxtLink :to="`/${year}`" class="text-[var(--accent)] underline hover:no-underline">{{
70+
<NuxtLink :to="`/${year}`" class="text-[var(--ink)] underline hover:no-underline">{{
7171
year
7272
}}</NuxtLink>
7373
</template>
@@ -89,7 +89,7 @@ useHead({ title: `${speakerName} 発表一覧` });
8989
>
9090
<span class="[font-family:var(--font-mono)] text-[11px] text-[var(--ink-3)]">
9191
<NuxtLink
92-
class="text-[var(--accent)] underline hover:no-underline"
92+
class="text-[var(--ink)] underline hover:no-underline"
9393
:to="`/${talk.year}`"
9494
>{{ talk.year }}</NuxtLink
9595
>

0 commit comments

Comments
 (0)