From fdfd7dca98bc2206a2df5afcead587a8f6f0bfa2 Mon Sep 17 00:00:00 2001 From: 0310700 Date: Tue, 30 Jun 2026 14:51:51 +0900 Subject: [PATCH] =?UTF-8?q?feat(ui):=20=ED=97=A4=EB=8D=94=20=EB=B8=8C?= =?UTF-8?q?=EB=9E=9C=EB=93=9C=20=EB=A1=9C=EA=B3=A0=EB=A5=BC=20=20(codes?= =?UTF-8?q?lash)=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 기존 code 아이콘(<>)은 슬래시가 없어 로그인창 로고와 불일치. 박스 없이 헤더 색 상속하는 codeslash 아이콘 추가해 헤더에 적용. Co-Authored-By: Claude Opus 4.8 --- src/helpers.js | 2 ++ views/_header.ejs | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/helpers.js b/src/helpers.js index 531d662..2d53661 100644 --- a/src/helpers.js +++ b/src/helpers.js @@ -5,6 +5,8 @@ // GitHub Octicon 16x16 패스 모음. const OCTICONS = { code: '', + // (꺾쇠 + 슬래시) — 박스 없이 헤더 색 상속. Bootstrap code-slash 패스. + codeslash: '', search: '', sun: '', moon: '', diff --git a/views/_header.ejs b/views/_header.ejs index 768af7b..b878ba0 100644 --- a/views/_header.ejs +++ b/views/_header.ejs @@ -23,7 +23,7 @@