From 9eec541ee0a80a2d079a4df3b9e8a5ec0fe4ae9a Mon Sep 17 00:00:00 2001
From: seonghobae <8172694+seonghobae@users.noreply.github.com>
Date: Sat, 11 Jul 2026 20:59:00 +0000
Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Palette:=20=EB=8B=A4=ED=81=AC=20?=
=?UTF-8?q?=EB=AA=A8=EB=93=9C=20=EB=B9=88=20=EC=83=81=ED=83=9C=20=EB=AA=85?=
=?UTF-8?q?=EB=8F=84=20=EB=8C=80=EB=B9=84=20=EB=B0=8F=20=EC=9D=B8=EB=9D=BC?=
=?UTF-8?q?=EC=9D=B8=20=EC=8A=A4=ED=83=80=EC=9D=BC=20=EA=B0=9C=EC=84=A0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
- `main.kt` 내의 하드코딩된 인라인 스타일(`style="width: 100%"`, `style="color: #666"`)을 `.item-link` 및 `.empty-state` CSS 클래스로 분리
- 다크 모드(`@media (prefers-color-scheme: dark)`)에서 `.empty-state`의 텍스트 색상을 `#8b949e`로 지정하여 배경(`#0d1117`)과의 명도 대비(WCAG AA 기준) 문제 해결
- 넓이가 지정된 `.item-link`에 `box-sizing: border-box`를 추가하여 안전한 레이아웃 보장 및 CSP 호환성 개선
- 변경된 접근성 관련 학습 내용을 `.Jules/palette.md`에 추가 기록
---
.Jules/index.html | 74 +++++++++++++++++++++++++++
.Jules/palette.md | 3 ++
.github/index.html | 74 +++++++++++++++++++++++++++
.github/workflows/index.html | 74 +++++++++++++++++++++++++++
.jules/index.html | 76 ++++++++++++++++++++++++++++
gradle/wrapper/index.html | 75 +++++++++++++++++++++++++++
src/main/index.html | 74 +++++++++++++++++++++++++++
src/main/kotlin/html4tree/index.html | 75 +++++++++++++++++++++++++++
src/main/kotlin/html4tree/main.kt | 19 +++++--
src/main/kotlin/index.html | 74 +++++++++++++++++++++++++++
src/test/index.html | 74 +++++++++++++++++++++++++++
src/test/kotlin/html4tree/index.html | 75 +++++++++++++++++++++++++++
src/test/kotlin/index.html | 74 +++++++++++++++++++++++++++
13 files changed, 838 insertions(+), 3 deletions(-)
create mode 100644 .Jules/index.html
create mode 100644 .github/index.html
create mode 100644 .github/workflows/index.html
create mode 100644 .jules/index.html
create mode 100644 gradle/wrapper/index.html
create mode 100644 src/main/index.html
create mode 100644 src/main/kotlin/html4tree/index.html
create mode 100644 src/main/kotlin/index.html
create mode 100644 src/test/index.html
create mode 100644 src/test/kotlin/html4tree/index.html
create mode 100644 src/test/kotlin/index.html
diff --git a/.Jules/index.html b/.Jules/index.html
new file mode 100644
index 0000000..edb756d
--- /dev/null
+++ b/.Jules/index.html
@@ -0,0 +1,74 @@
+
+
+
+
+
+
+
+ .Jules
+
+
+
+
+
+
+ .Jules
+
+
+
+
diff --git a/.Jules/palette.md b/.Jules/palette.md
index 98c341f..e7f0830 100644
--- a/.Jules/palette.md
+++ b/.Jules/palette.md
@@ -4,3 +4,6 @@
## 2024-07-10 - 다크 모드 지원 및 지역화 일관성 확보
**Learning:** `html4tree` CLI로 생성되는 정적 HTML에서 사용자는 네이티브 다크 모드를 기대하며(접근성, 가독성 문제), `