File tree Expand file tree Collapse file tree
app/pages/speakers/[name] Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments