style: apply Primary Color (#4E77FF) across all section kickers, subheaders, and decorative dashes

This commit is contained in:
2026-08-20 22:42:26 +09:00
parent c4298bb60a
commit 7e431de1b7
8 changed files with 27 additions and 27 deletions
@@ -19,8 +19,8 @@ export function CategoryNav({ currentCategory }: CategoryNavProps) {
href={`/publications/${cat.slug}`}
className={`px-4 py-2 rounded text-xs font-mono tracking-wider transition-colors ${
isActive
? "bg-vermillion text-white dark:text-ivory font-bold"
: "bg-paper text-ink border border-line hover:border-vermillion"
? "bg-cobalt-dark text-white dark:text-ivory font-bold"
: "bg-paper text-ink border border-line hover:border-cobalt-dark dark:hover:border-cobalt"
}`}
>
{cat.label}