From c4298bb60a0cf38646c5c85cfad9e361a7000832 Mon Sep 17 00:00:00 2001 From: Godopu Date: Fri, 31 Jul 2026 22:19:19 +0900 Subject: [PATCH] style: apply Primary Color (#4E77FF) to AppHeader active tabs and Hero Orchestration highlights --- refer_landing_page/app/page.tsx | 4 ++-- refer_landing_page/components/Header.tsx | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/refer_landing_page/app/page.tsx b/refer_landing_page/app/page.tsx index 8d373ee..9e8023d 100644 --- a/refer_landing_page/app/page.tsx +++ b/refer_landing_page/app/page.tsx @@ -63,7 +63,7 @@ export default function HomePage() { {/* Hero Section */}
- + Kyungpook National University · AI Agent Networking Lab (ANL)
@@ -72,7 +72,7 @@ export default function HomePage() {

Multi-Agent
- Orchestration + Orchestration

AI 에이전트 네트워크 연구실(ANL)은 멀티 AI 에이전트 오케스트레이션을 위해 서로 소통하고 협력하는 에이전트 네트워킹 기술과 표준 프레임워크 기술을 연구합니다. diff --git a/refer_landing_page/components/Header.tsx b/refer_landing_page/components/Header.tsx index 4bbeca8..901595a 100644 --- a/refer_landing_page/components/Header.tsx +++ b/refer_landing_page/components/Header.tsx @@ -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" }`} >