design: 강조 박스 좌측 보더에 SK Red 액센트 도입#219
Merged
Merged
Conversation
기본 alert(info/primary)와 blockquote의 좌측 보더를 무채색에서 SK Red(--skt-accent)로 변경. 배경·글자·버튼·링크는 무채색을 유지해 Vercel 미니멀 기조는 그대로 둔다. alert warning/danger/success는 기존 의미색(주황/빨강/초록) 유지, 다크모드는 #ff4d6a로 자동 보정.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
배경
문서 강조 박스(기본 alert·blockquote)의 좌측 보더가 무채색이라 밋밋했고, SK Red(#EA002C) 브랜드 색은 홈 히어로 글로우에만 쓰이고 있었다. 강조 박스에만 SK Red 액센트를 도입해 브랜드 정체성을 살리되, Vercel 미니멀 기조는 유지한다.
변경
.alert(info/primary)와.td-content blockquote의 좌측 보더: 무채색 →var(--skt-accent)(SK Red)warning/danger/success는 기존 의미색(주황/빨강/초록) 유지#ff4d6a로 자동 보정검증
npm run build정상var(--skt-accent), 라이트 #EA002C / 다크 #ff4d6a, 종류별 의미색 유지 확인