Skip to content

Commit e213cce

Browse files
p4gsclaudehappy-otter
committed
Make title text bolder with proper z-index layering over glow
Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude <noreply@anthropic.com> Co-Authored-By: Happy <yesreply@happy.engineering>
1 parent 8ca62d7 commit e213cce

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/projects/nthpartyfinder/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,11 +195,13 @@
195195
.lava-letter {
196196
display: inline-block;
197197
position: relative;
198+
z-index: 1;
198199
background: linear-gradient(90deg, #FFA84F, #e8a44a, #1B95C1, #3aadd4, #FFA84F);
199200
background-size: 300% 100%;
200201
-webkit-background-clip: text;
201202
background-clip: text;
202203
-webkit-text-fill-color: transparent;
204+
-webkit-text-stroke: 1px transparent;
203205
animation: lava-flow 8s ease-in-out infinite, neon-flicker 4s infinite;
204206
animation-delay: calc(var(--i) * -0.6s), 0s;
205207
}
@@ -208,7 +210,7 @@
208210
position: absolute;
209211
top: 0;
210212
left: 0;
211-
z-index: -1;
213+
z-index: -2;
212214
background: linear-gradient(90deg, #FFA84F, #e8a44a, #1B95C1, #3aadd4, #FFA84F);
213215
background-size: 300% 100%;
214216
-webkit-background-clip: text;

0 commit comments

Comments
 (0)