Skip to content

Commit 0c3577e

Browse files
mdeenoclaude
andcommitted
fix: 블로그 CTA 색상 대비 개선 + 카카오 CTA 간격 확대
- H4: top CTA 텍스트 #78350f → #451a03 (WCAG AA 5:1+ 확보) - H5: 카카오 채널 CTA 상단 여백 16px → 32px (CTA 피로도 감소) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent aee89c2 commit 0c3577e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

static/css/custom.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1214,7 +1214,7 @@ article.post-single .post-content {
12141214

12151215
.blog-cta--top .blog-cta__text {
12161216
font-size: 0.95rem;
1217-
color: #78350f;
1217+
color: #451a03;
12181218
margin: 0;
12191219
line-height: 1.7;
12201220
}
@@ -1224,7 +1224,7 @@ article.post-single .post-content {
12241224
}
12251225

12261226
.blog-cta--top .blog-cta__text strong {
1227-
color: #92400e;
1227+
color: #78350f;
12281228
font-weight: 700;
12291229
}
12301230

@@ -1308,7 +1308,7 @@ article.post-single .post-content {
13081308
카카오톡 채널 CTA
13091309
========================================================== */
13101310
.kakao-channel-cta {
1311-
margin: 16px 0 0;
1311+
margin: 32px 0 0;
13121312
padding: 16px 20px;
13131313
background: #fef9c3;
13141314
border: 1.5px solid #facc15;

0 commit comments

Comments
 (0)