Skip to content

Commit 20f0376

Browse files
committed
Revert "Switch glow to text-stroke border approach instead of scaled overlay"
This reverts commit b0e8fcd.
1 parent b0e8fcd commit 20f0376

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/projects/nthpartyfinder/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,10 +214,10 @@
214214
-webkit-background-clip: text;
215215
background-clip: text;
216216
-webkit-text-fill-color: transparent;
217-
-webkit-text-stroke: 4px transparent;
218-
paint-order: stroke fill;
219217
animation: lava-flow-reverse 8s ease-in-out infinite;
220218
animation-delay: calc(var(--i) * -0.6s);
219+
transform: scale(1.01);
220+
filter: blur(1px);
221221
}
222222

223223
.hero-tagline {

0 commit comments

Comments
 (0)