From 5481faf07e7cbb411b5eaab02d15cf57fdbffad2 Mon Sep 17 00:00:00 2001 From: Haksung Jang Date: Fri, 21 Aug 2026 22:57:19 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20alert=20=EB=B0=95=EC=8A=A4=20=EC=99=BC?= =?UTF-8?q?=EC=AA=BD=20=EC=95=85=EC=84=BC=ED=8A=B8=20=EB=B0=94=EB=A5=BC=20?= =?UTF-8?q?=EC=96=87=EC=9D=80=20=EC=B9=B4=EB=93=9C=20=ED=85=8C=EB=91=90?= =?UTF-8?q?=EB=A6=AC=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 Docsy 기본 alert 스타일의 왼쪽 4px 악센트 바를 4방향 1px 테두리 + 카드 그림자로 바꿔 사이트 전반 콜아웃 박스의 시각적 톤을 통일한다. --- assets/scss/_styles_project.scss | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/assets/scss/_styles_project.scss b/assets/scss/_styles_project.scss index 1a98329896..33c46033cc 100644 --- a/assets/scss/_styles_project.scss +++ b/assets/scss/_styles_project.scss @@ -176,9 +176,20 @@ h1.td-title { font-size: 1.75rem; font-weight: 500; letter-spacing: -0.022em; } } // alert/pageinfo 박스 — 홈 카드 톤(둥근 모서리) +// Docsy 기본값(왼쪽만 4px 악센트 바)은 AI 생성 문서의 콜아웃처럼 보여 +// 전체 테두리 얇은 카드 톤으로 바꾼다. .td-content .alert, .pageinfo { border-radius: $border-radius; + box-shadow: $box-shadow-sm; +} +.td-content .alert { + @each $color, $value in $theme-colors { + &-#{$color} { + border-width: 1px; + border-color: rgba($value, 0.25); + } + } } // 본문 줄 길이 80% 제한 해제 — pageinfo와 폭 통일