Skip to content

Commit 214ae63

Browse files
p4gsclaudehappy-otter
committed
Remove outer glow, tighten drop shadow on nthpartyfinder title
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 23c554d commit 214ae63

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

docs/projects/nthpartyfinder/index.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
margin-bottom: 12px;
172172
position: relative;
173173
z-index: 1;
174-
text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7);
174+
text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.7);
175175
}
176176
@keyframes lava-flow {
177177
0% { background-position: 0% 50%; }
@@ -181,11 +181,9 @@
181181
@keyframes neon-flicker {
182182
0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% {
183183
opacity: 1;
184-
filter: drop-shadow(0 0 6px rgba(255,168,79,.5)) drop-shadow(0 0 18px rgba(27,149,193,.3));
185184
}
186185
20%, 24%, 55% {
187186
opacity: 0.82;
188-
filter: drop-shadow(0 0 2px rgba(255,168,79,.2)) drop-shadow(0 0 6px rgba(27,149,193,.1));
189187
}
190188
}
191189
.lava-text { display: inline; }

0 commit comments

Comments
 (0)