We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0e8fcd commit 20f0376Copy full SHA for 20f0376
1 file changed
docs/projects/nthpartyfinder/index.html
@@ -214,10 +214,10 @@
214
-webkit-background-clip: text;
215
background-clip: text;
216
-webkit-text-fill-color: transparent;
217
- -webkit-text-stroke: 4px transparent;
218
- paint-order: stroke fill;
219
animation: lava-flow-reverse 8s ease-in-out infinite;
220
animation-delay: calc(var(--i) * -0.6s);
+ transform: scale(1.01);
+ filter: blur(1px);
221
}
222
223
.hero-tagline {
0 commit comments