Skip to content

Commit 458eb99

Browse files
p4gsclaudehappy-otter
committed
Remove glow effect from title text
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 c37c4a2 commit 458eb99

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

docs/projects/nthpartyfinder/index.html

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -178,11 +178,6 @@
178178
50% { background-position: 100% 50%; }
179179
100% { background-position: 0% 50%; }
180180
}
181-
@keyframes lava-flow-reverse {
182-
0% { background-position: 100% 50%; }
183-
50% { background-position: 0% 50%; }
184-
100% { background-position: 100% 50%; }
185-
}
186181
@keyframes neon-flicker {
187182
0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% {
188183
opacity: 1;
@@ -203,22 +198,6 @@
203198
animation: lava-flow 8s ease-in-out infinite, neon-flicker 4s infinite;
204199
animation-delay: calc(var(--i) * -0.6s), 0s;
205200
}
206-
.lava-letter::before {
207-
content: attr(data-letter);
208-
position: absolute;
209-
top: 0;
210-
left: 0;
211-
z-index: -1;
212-
background: linear-gradient(90deg, #FFA84F, #e8a44a, #1B95C1, #3aadd4, #FFA84F);
213-
background-size: 300% 100%;
214-
-webkit-background-clip: text;
215-
background-clip: text;
216-
-webkit-text-fill-color: transparent;
217-
animation: lava-flow-reverse 8s ease-in-out infinite;
218-
animation-delay: calc(var(--i) * -0.6s);
219-
transform: scale(1.01);
220-
filter: blur(0.5px);
221-
}
222201

223202
.hero-tagline {
224203
font-family: var(--font-mono);

0 commit comments

Comments
 (0)