From 898afbcad651f725b6a59948d7f103bb6c82ffcd Mon Sep 17 00:00:00 2001 From: Godopu Date: Fri, 31 Jul 2026 14:45:01 +0900 Subject: [PATCH] style: update primary color token to #4E77FF --- refer_landing_page/app/globals.css | 4 ++-- refer_landing_page/docs/DESIGN.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/refer_landing_page/app/globals.css b/refer_landing_page/app/globals.css index a9189da..2f04b02 100644 --- a/refer_landing_page/app/globals.css +++ b/refer_landing_page/app/globals.css @@ -47,8 +47,8 @@ --line-rgb: 216 209 192; --vermillion-rgb: 217 52 43; --vermillion-dark-rgb: 168 35 28; - --cobalt-rgb: 74 124 232; - --cobalt-dark-rgb: 52 98 204; + --cobalt-rgb: 78 119 255; + --cobalt-dark-rgb: 52 90 210; --ink: rgb(var(--ink-rgb)); --ink-soft: rgb(var(--ink-soft-rgb)); diff --git a/refer_landing_page/docs/DESIGN.md b/refer_landing_page/docs/DESIGN.md index 403f05c..c21661c 100644 --- a/refer_landing_page/docs/DESIGN.md +++ b/refer_landing_page/docs/DESIGN.md @@ -47,8 +47,8 @@ | `line` | `#D8D1C0` | `--line` | 헤어라인 그리드 간격(`gap-px bg-line`) | | `vermillion` (DEFAULT) | `#D9342B` | `--vermillion` | **Agent Eng / Orchestration 강조(Hot)** · 홀수 항목 | | `vermillion-dark` | `#A8231C` | — | vermillion 의 호버/심도(dim) 변형 | -| `cobalt` (DEFAULT) | `#4A7CE8` | `--cobalt` | **MCP / A2A Protocol 강조(Cool)** · 짝수 항목 | -| `cobalt-dark` | `#3462CC` | — | cobalt 의 호버/심도(dim) 변형 | +| `cobalt` (DEFAULT) | `#4E77FF` | `--cobalt` | **MCP / A2A Protocol 강조(Cool)** · 짝수 항목 | +| `cobalt-dark` | `#345AD2` | — | cobalt 의 호버/심도(dim) 변형 및 소형 텍스트/상태 칩 전용 접근성 변형 | | `brand`, `accent` | (별칭) | — | **레거시 호환 전용.** 신규 코드에서 사용 금지 | ### 개념적 역할 매핑 (Naming note)