From bdf73996142ed6112dfbc97a0bfef4cc5ebf3536 Mon Sep 17 00:00:00 2001 From: kappa Date: Wed, 21 Jan 2026 00:13:36 +0900 Subject: [PATCH] Fix: achieve 100 Lighthouse accessibility score MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Improve color contrast: bg-brand-600 → bg-brand-700 (3 elements) - Fix heading order: h4 → h3 after h2 (2 elements) - Fix label-content mismatch: aria-label includes visible text (2 elements) Co-Authored-By: Claude Opus 4.5 --- index.html | 10 +++++----- style.css | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index ebb3b89..5bc69ba 100644 --- a/index.html +++ b/index.html @@ -62,7 +62,7 @@ 자동화 - + Console 시작 @@ -97,7 +97,7 @@
-
- + 🌐 도메인 검색 시작하기 @@ -621,14 +621,14 @@
🌍
-

글로벌 4개 리전 운영

+

글로벌 4개 리전 운영

도쿄(JP-East), 오사카(JP-West), 싱가포르(SG-Core), 홍콩(HK-Hub)에서 즉시 서버를 생성할 수 있습니다.

🛡️
-

프리미엄 DDoS 방어

+

프리미엄 DDoS 방어

모든 리전에 엔터프라이즈급 DDoS 방어 옵션(₩99,000, VAT 포함)을 추가하여 L7 공격까지 완벽하게 방어할 수 있습니다.

diff --git a/style.css b/style.css index 2106817..e7ef826 100644 --- a/style.css +++ b/style.css @@ -80,7 +80,7 @@ textarea:focus-visible, position: absolute; top: -40px; left: 0; - background: var(--color-brand-600); + background: var(--color-brand-700); color: white; padding: 8px; z-index: 100;