diff --git a/.claude/settings.local.json b/.claude/settings.local.json index d9887cf..c0e3e6f 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -27,7 +27,13 @@ "WebFetch(domain:github.com)", "WebFetch(domain:raw.githubusercontent.com)", "Bash(npx --yes degit:*)", - "Bash(npx degit:*)" + "Bash(npx degit:*)", + "Bash(powershell -Command \"foreach \\($f in @\\(''about'',''services'',''portfolio'',''gallery'',''contact'',''qna''\\)\\) { $path = \"\"c:\\\\Dev\\\\Web\\\\mingle-website$f.html\"\"; $content = [IO.File]::ReadAllText\\($path\\); $content = [regex]::Replace\\($content, ''\\(?s\\)\\\\s*.*?'', ''''\\); [IO.File]::WriteAllText\\($path, $content\\); Write-Host \"\"Done: $f.html\"\" }\")", + "Bash(git rm:*)", + "Bash(find:*)", + "Bash(grep:*)", + "Bash(echo:*)", + "Bash(git commit -m \"$\\(cat <<''EOF''\nUpdate: 전체 디자인 개선, 접근성 강화, OG 이미지 변경\n\n- 다크모드 지원 추가 \\(모든 페이지 CSS\\)\n- 글래스모피즘 카드 스타일 통일\n- 하드코딩 컬러 → CSS 변수 전환\n- 접근성 개선: skip nav, aria-label, sr-only, role=\"dialog\"\n- 파일 구조 정리: 이미지/로고 images/ 폴더로 이동, 미사용 파일 삭제\n- 서비스 패키지 8시간 → 6시간으로 변경\n- OG 이미지를 전용 mingle-OG.png로 변경\n- 컨택트 다크모드 위치 박스 투명 처리\n\nCo-Authored-By: Claude Opus 4.5 \nEOF\n\\)\")" ], "deny": [], "ask": [] diff --git a/404.html b/404.html index 7656123..3ac4282 100644 --- a/404.html +++ b/404.html @@ -13,9 +13,9 @@ 페이지를 찾을 수 없습니다 - 밍글 스튜디오 - - - + + + @@ -127,6 +127,47 @@ color: var(--primary-hover); } + /* 다크모드 */ + [data-theme="dark"] .error-container { + background: linear-gradient(135deg, var(--dark-bg) 0%, #1a1520 100%); + } + + [data-theme="dark"] .error-title { + color: rgba(255, 255, 255, 0.95); + } + + [data-theme="dark"] .error-description { + color: rgba(255, 255, 255, 0.65); + } + + [data-theme="dark"] .search-input { + background: rgba(255, 255, 255, 0.05); + border-color: var(--glass-border); + color: rgba(255, 255, 255, 0.9); + } + + [data-theme="dark"] .search-input::placeholder { + color: rgba(255, 255, 255, 0.35); + } + + [data-theme="dark"] .search-input:focus { + border-color: var(--primary-color); + } + + [data-theme="dark"] .helpful-links h3 { + color: rgba(255, 255, 255, 0.95); + } + + [data-theme="dark"] .helpful-links li { + background: rgba(255, 255, 255, 0.04); + border: 1px solid var(--glass-border); + box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3); + } + + [data-theme="dark"] .helpful-links a { + color: var(--primary-color); + } + @media (max-width: 768px) { .error-code { font-size: 6rem; @@ -167,6 +208,7 @@
+
@@ -183,6 +225,7 @@ + - - - - - - - - - - - - - - + + + + + + + + + + + - - + 본문 바로가기 -