Skip to content

Commit 08fe000

Browse files
M1zzclaude
andcommitted
fix: 챕터 타이틀 텍스트 + 후원 버튼 가시성 수정
- .highlight 그라디언트 텍스트: background-clip 방식 제거 → color: var(--accent)으로 교체 (background-clip:text가 라이트모드에서 렌더링 실패하는 크로스브라우저 버그) - 후원 FAB: 라이트모드에서 흰 배경에 안 보이던 문제 수정 → 카카오 노란색(#FEE500) 고정 배경으로 항상 명확하게 표시 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 2a7aef7 commit 08fe000

13 files changed

Lines changed: 19 additions & 69 deletions

‎chapters/advanced.html‎

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,7 @@
125125
}
126126

127127
.hero h1 .highlight {
128-
background: linear-gradient(135deg, var(--accent) 0%, #7daed3 50%, var(--green) 100%);
129-
-webkit-background-clip: text;
130-
-webkit-text-fill-color: transparent;
131-
background-clip: text;
132-
display: inline-block;
128+
color: var(--accent);
133129
}
134130

135131
.hero-sub {

‎chapters/agents.html‎

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,7 @@
125125
}
126126

127127
.hero h1 .highlight {
128-
background: linear-gradient(135deg, var(--accent) 0%, #7daed3 50%, var(--green) 100%);
129-
-webkit-background-clip: text;
130-
-webkit-text-fill-color: transparent;
131-
background-clip: text;
132-
display: inline-block;
128+
color: var(--accent);
133129
}
134130

135131
.hero-sub {

‎chapters/basics.html‎

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,7 @@
125125
}
126126

127127
.hero h1 .highlight {
128-
background: linear-gradient(135deg, var(--accent) 0%, #7daed3 50%, var(--green) 100%);
129-
-webkit-background-clip: text;
130-
-webkit-text-fill-color: transparent;
131-
background-clip: text;
132-
display: inline-block;
128+
color: var(--accent);
133129
}
134130

135131
.hero-sub {

‎chapters/claude-md.html‎

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,7 @@
125125
}
126126

127127
.hero h1 .highlight {
128-
background: linear-gradient(135deg, var(--accent) 0%, #7daed3 50%, var(--green) 100%);
129-
-webkit-background-clip: text;
130-
-webkit-text-fill-color: transparent;
131-
background-clip: text;
132-
display: inline-block;
128+
color: var(--accent);
133129
}
134130

135131
.hero-sub {

‎chapters/install.html‎

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,7 @@
125125
}
126126

127127
.hero h1 .highlight {
128-
background: linear-gradient(135deg, var(--accent) 0%, #7daed3 50%, var(--green) 100%);
129-
-webkit-background-clip: text;
130-
-webkit-text-fill-color: transparent;
131-
background-clip: text;
132-
display: inline-block;
128+
color: var(--accent);
133129
}
134130

135131
.hero-sub {

‎chapters/mcp.html‎

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,7 @@
125125
}
126126

127127
.hero h1 .highlight {
128-
background: linear-gradient(135deg, var(--accent) 0%, #7daed3 50%, var(--green) 100%);
129-
-webkit-background-clip: text;
130-
-webkit-text-fill-color: transparent;
131-
background-clip: text;
132-
display: inline-block;
128+
color: var(--accent);
133129
}
134130

135131
.hero-sub {

‎chapters/project.html‎

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,7 @@
125125
}
126126

127127
.hero h1 .highlight {
128-
background: linear-gradient(135deg, var(--accent) 0%, #7daed3 50%, var(--green) 100%);
129-
-webkit-background-clip: text;
130-
-webkit-text-fill-color: transparent;
131-
background-clip: text;
132-
display: inline-block;
128+
color: var(--accent);
133129
}
134130

135131
.hero-sub {

‎chapters/prompting.html‎

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,7 @@
125125
}
126126

127127
.hero h1 .highlight {
128-
background: linear-gradient(135deg, var(--accent) 0%, #7daed3 50%, var(--green) 100%);
129-
-webkit-background-clip: text;
130-
-webkit-text-fill-color: transparent;
131-
background-clip: text;
132-
display: inline-block;
128+
color: var(--accent);
133129
}
134130

135131
.hero-sub {

‎chapters/skill.html‎

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,7 @@
125125
}
126126

127127
.hero h1 .highlight {
128-
background: linear-gradient(135deg, var(--accent) 0%, #7daed3 50%, var(--green) 100%);
129-
-webkit-background-clip: text;
130-
-webkit-text-fill-color: transparent;
131-
background-clip: text;
132-
display: inline-block;
128+
color: var(--accent);
133129
}
134130

135131
.hero-sub {

‎chapters/terminal.html‎

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,7 @@
125125
}
126126

127127
.hero h1 .highlight {
128-
background: linear-gradient(135deg, var(--accent) 0%, #7daed3 50%, var(--green) 100%);
129-
-webkit-background-clip: text;
130-
-webkit-text-fill-color: transparent;
131-
background-clip: text;
132-
display: inline-block;
128+
color: var(--accent);
133129
}
134130

135131
.hero-sub {

0 commit comments

Comments
 (0)