style: apply Primary Color (#4E77FF) to AppHeader active tabs and Hero Orchestration highlights

This commit is contained in:
2026-08-20 22:42:26 +09:00
parent 0d58be61a0
commit c4298bb60a
2 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -66,8 +66,8 @@ export default function Header() {
aria-current={active ? "page" : undefined}
className={`group relative flex items-baseline gap-1.5 text-[0.78rem] font-semibold uppercase tracking-[0.18em] transition-all px-3 py-1.5 rounded-md ${
active
? "bg-vermillion text-white dark:text-ivory shadow-sm font-bold"
: "text-ink hover:text-vermillion hover:bg-paper/60"
? "bg-cobalt-dark text-white dark:text-ivory shadow-sm font-bold"
: "text-ink hover:text-cobalt-dark dark:hover:text-cobalt hover:bg-paper/60"
}`}
>
<span
@@ -126,7 +126,7 @@ export default function Header() {
aria-current={active ? "page" : undefined}
className={`flex items-baseline justify-between px-4 py-3.5 transition-colors rounded-md my-1 ${
active
? "bg-vermillion text-white dark:text-ivory font-bold shadow-sm"
? "bg-cobalt-dark text-white dark:text-ivory font-bold shadow-sm"
: "text-ink hover:bg-paper/60"
}`}
>