Skip to content

Commit 4c5e42d

Browse files
p4gsclaudehappy-otter
committed
Tighten glow to 105% scale with 1px blur
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 20a59b6 commit 4c5e42d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/projects/nthpartyfinder/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,8 @@
216216
-webkit-text-fill-color: transparent;
217217
animation: lava-flow-reverse 8s ease-in-out infinite;
218218
animation-delay: calc(var(--i) * -0.6s);
219-
transform: scale(1.15);
219+
transform: scale(1.05);
220+
filter: blur(1px);
220221
}
221222

222223
.hero-tagline {

0 commit comments

Comments
 (0)