From 0390da6ae82641df5ccb5e5e7d0b4ae97fa474c5 Mon Sep 17 00:00:00 2001 From: art Date: Tue, 30 Jun 2026 16:07:25 +0900 Subject: [PATCH] =?UTF-8?q?feat(redesign):=20=EA=B3=B5=EC=9C=A0=20bibimbap?= =?UTF-8?q?.css=20=EB=8F=84=EC=9E=85=20+=20theme-init=20=EB=8B=A8=EC=9D=BC?= =?UTF-8?q?=20link?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 리디자인 산출물 css를 src/main/webapp/css/bibimbap.css로 신설. 폰트는 system fallback 보강(외부 CDN 0, Pretendard 로컬 우선). 다크 오버라이드 블록 추가 — header.jsp data-theme=dark 토큰 차용해 body 컴포넌트와 header/footer 다크모드 정합. theme-init.jsp(23개 페이지 공통 include)에 link 1줄 추가. Co-Authored-By: Claude Opus 4.8 (1M context) --- src/main/webapp/WEB-INF/views/theme-init.jsp | 1 + src/main/webapp/css/bibimbap.css | 384 +++++++++++++++++++ 2 files changed, 385 insertions(+) create mode 100644 src/main/webapp/css/bibimbap.css diff --git a/src/main/webapp/WEB-INF/views/theme-init.jsp b/src/main/webapp/WEB-INF/views/theme-init.jsp index 98f57e7..b3ccff6 100644 --- a/src/main/webapp/WEB-INF/views/theme-init.jsp +++ b/src/main/webapp/WEB-INF/views/theme-init.jsp @@ -5,6 +5,7 @@ String themeCsrfToken = CsrfTokens.getOrCreate(request.getSession()); %> +