From 7e431de1b70dc0a4ab62baab27b67809ea28f4c2 Mon Sep 17 00:00:00 2001 From: Godopu Date: Fri, 31 Jul 2026 22:24:54 +0900 Subject: [PATCH] style: apply Primary Color (#4E77FF) across all section kickers, subheaders, and decorative dashes --- refer_landing_page/app/_components/ProjectPageView.tsx | 10 +++++----- refer_landing_page/app/lectures/page.tsx | 6 +++--- refer_landing_page/app/members/page.tsx | 10 +++++----- refer_landing_page/app/page.tsx | 6 +++--- .../app/publications/[category]/page.tsx | 4 ++-- .../app/publications/_components/CategoryNav.tsx | 4 ++-- refer_landing_page/app/publications/page.tsx | 8 ++++---- refer_landing_page/app/standardization/page.tsx | 6 +++--- 8 files changed, 27 insertions(+), 27 deletions(-) diff --git a/refer_landing_page/app/_components/ProjectPageView.tsx b/refer_landing_page/app/_components/ProjectPageView.tsx index 102c787..9dd53ba 100644 --- a/refer_landing_page/app/_components/ProjectPageView.tsx +++ b/refer_landing_page/app/_components/ProjectPageView.tsx @@ -11,8 +11,8 @@ export function ProjectPageView() {
- - + + Key Initiatives
@@ -32,7 +32,7 @@ export function ProjectPageView() { role="group" aria-roledescription="carousel" aria-label="연구 프로젝트 목록" - className="flex gap-6 overflow-x-auto snap-x snap-mandatory scroll-smooth [scrollbar-width:none] [&::-webkit-scrollbar]:hidden desktop:grid desktop:grid-cols-3 desktop:overflow-visible focus:outline-none focus:ring-1 focus:ring-vermillion/50 rounded" + className="flex gap-6 overflow-x-auto snap-x snap-mandatory scroll-smooth [scrollbar-width:none] [&::-webkit-scrollbar]:hidden desktop:grid desktop:grid-cols-3 desktop:overflow-visible focus:outline-none focus:ring-1 focus:ring-cobalt/50 rounded" > {researchProjects.map((proj, idx) => (
{/* Header Info */} @@ -50,7 +50,7 @@ export function ProjectPageView() { {proj.title} {proj.period && ( - + {proj.period} )} diff --git a/refer_landing_page/app/lectures/page.tsx b/refer_landing_page/app/lectures/page.tsx index dd11ca9..bbc6c37 100644 --- a/refer_landing_page/app/lectures/page.tsx +++ b/refer_landing_page/app/lectures/page.tsx @@ -10,8 +10,8 @@ export default function LecturesPage() { {/* Header */}
- - + + Academic Courses
@@ -27,7 +27,7 @@ export default function LecturesPage() {
-
+
Recent Courses ({recentSemesters.length} Semesters)

diff --git a/refer_landing_page/app/members/page.tsx b/refer_landing_page/app/members/page.tsx index 6cad2f1..4a96f49 100644 --- a/refer_landing_page/app/members/page.tsx +++ b/refer_landing_page/app/members/page.tsx @@ -15,9 +15,9 @@ export default function MembersPage() { {/* Header */}
- - - People & Researchers + + + People & Researchers

@@ -30,7 +30,7 @@ export default function MembersPage() { {/* Professor Section */}
-
+
Faculty
@@ -51,7 +51,7 @@ export default function MembersPage() {
sjkoh@knu.ac.kr diff --git a/refer_landing_page/app/page.tsx b/refer_landing_page/app/page.tsx index 9e8023d..517250f 100644 --- a/refer_landing_page/app/page.tsx +++ b/refer_landing_page/app/page.tsx @@ -81,7 +81,7 @@ export default function HomePage() { {/* Metrics Row (Derived from data array, AC-13) */}
-
+
{PILLARS.length}
@@ -89,7 +89,7 @@ export default function HomePage() {
-
+
{Math.floor((publications.length + patents.length) / 10) * 10}+
@@ -120,7 +120,7 @@ export default function HomePage() {
-
+
Research Areas

diff --git a/refer_landing_page/app/publications/[category]/page.tsx b/refer_landing_page/app/publications/[category]/page.tsx index ad7b53e..1bd1477 100644 --- a/refer_landing_page/app/publications/[category]/page.tsx +++ b/refer_landing_page/app/publications/[category]/page.tsx @@ -59,8 +59,8 @@ export default function PublicationCategoryPage({ params }: PageProps) { {/* Header */}
- - + + Publications Category
diff --git a/refer_landing_page/app/publications/_components/CategoryNav.tsx b/refer_landing_page/app/publications/_components/CategoryNav.tsx index b0db98a..34eee38 100644 --- a/refer_landing_page/app/publications/_components/CategoryNav.tsx +++ b/refer_landing_page/app/publications/_components/CategoryNav.tsx @@ -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} diff --git a/refer_landing_page/app/publications/page.tsx b/refer_landing_page/app/publications/page.tsx index 41e8b76..d010363 100644 --- a/refer_landing_page/app/publications/page.tsx +++ b/refer_landing_page/app/publications/page.tsx @@ -26,8 +26,8 @@ export default function PublicationsIndexPage() { {/* Header section */}
- - + + BIBLIOGRAPHY & INTELLECTUAL PROPERTY
@@ -49,13 +49,13 @@ export default function PublicationsIndexPage() { return (
Category -

+

{cat.label}

diff --git a/refer_landing_page/app/standardization/page.tsx b/refer_landing_page/app/standardization/page.tsx index d12421d..d6e4283 100644 --- a/refer_landing_page/app/standardization/page.tsx +++ b/refer_landing_page/app/standardization/page.tsx @@ -13,8 +13,8 @@ export default function StandardizationPage() { {/* Header */}

- - + + Open Standards & Contributions
@@ -33,7 +33,7 @@ export default function StandardizationPage() {
- + [{body.scope}] {body.role && (