Skip to content

Commit b4de8ae

Browse files
p4gsclaudehappy-otter
committed
Remove glow from all text except hero title
Stripped text-shadow from nav-logo, nav-links, hero-tagline, btn-neon-ghost, section-label, and section-title. Icon glows preserved. 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 7c89fd3 commit b4de8ae

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

docs/projects/nthpartyfinder/index.html

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@
103103
letter-spacing: 3px;
104104
text-transform: uppercase;
105105
color: var(--neon-pink);
106-
text-shadow: 0 0 10px rgba(255,168,79,.6), 0 0 30px rgba(255,168,79,.25), 0 0 60px rgba(255,168,79,.1);
107106
}
108107
.nav-links { display: flex; gap: 28px; }
109108
.nav-links a {
@@ -112,11 +111,10 @@
112111
font-weight: 500;
113112
color: var(--text-dim);
114113
letter-spacing: 0.5px;
115-
transition: color .2s, text-shadow .2s;
114+
transition: color .2s;
116115
}
117116
.nav-links a:hover {
118117
color: var(--neon-pink);
119-
text-shadow: 0 0 8px rgba(255,168,79,.6), 0 0 25px rgba(255,168,79,.3);
120118
}
121119

122120
/* ── HERO ── */
@@ -227,7 +225,6 @@
227225
color: var(--neon-pink);
228226
margin-bottom: 24px;
229227
position: relative; z-index: 1;
230-
text-shadow: 0 0 10px rgba(255,168,79,.6), 0 0 30px rgba(255,168,79,.3), 0 0 60px rgba(255,168,79,.15);
231228
}
232229
@keyframes flicker {
233230
0%,19%,21%,23%,25%,54%,56%,100% { opacity:1; }
@@ -279,12 +276,10 @@
279276
background: transparent;
280277
color: var(--neon-blue);
281278
border: 1px solid rgba(27,149,193,.4);
282-
text-shadow: 0 0 10px rgba(27,149,193,.5), 0 0 30px rgba(27,149,193,.2);
283279
}
284280
.btn-neon-ghost:hover {
285281
border-color: var(--neon-blue);
286282
box-shadow: 0 0 20px rgba(27,149,193,.4), 0 0 60px rgba(27,149,193,.15);
287-
text-shadow: 0 0 10px rgba(27,149,193,.7), 0 0 40px rgba(27,149,193,.3);
288283
color: var(--neon-blue);
289284
}
290285

@@ -318,7 +313,6 @@
318313
text-transform: uppercase;
319314
color: var(--neon-pink);
320315
margin-bottom: 8px;
321-
text-shadow: 0 0 8px rgba(255,168,79,.6), 0 0 25px rgba(255,168,79,.25);
322316
}
323317
.section-title {
324318
font-family: var(--font-display);
@@ -329,7 +323,6 @@
329323
color: var(--text-bright);
330324
margin-bottom: 8px;
331325
line-height: 1.3;
332-
text-shadow: 0 0 15px rgba(255,255,255,.2), 0 0 40px rgba(27,149,193,.15);
333326
}
334327
.section-sub {
335328
color: var(--text-dim);

0 commit comments

Comments
 (0)