Skip to content

Commit 7c54716

Browse files
committed
fix: update particle background color to #A7EF9E
1 parent 74b276c commit 7c54716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/landing/FeatureCards/FeatureCards.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ const ParticleCard = defineComponent({
8181
el.className = 'particle';
8282
el.style.cssText = `
8383
position:absolute;width:4px;height:4px;border-radius:50%;
84-
background:rgba(132,0,255,1);box-shadow:0 0 6px rgba(132,0,255,.6);
84+
background:#A7EF9E;box-shadow:0 0 6px rgba(132,0,255,.6);
8585
pointer-events:none;z-index:100;left:${x}px;top:${y}px;
8686
`;
8787
return el;

0 commit comments

Comments
 (0)