There was an error while loading. Please reload this page.
1 parent 74b276c commit 7c54716Copy full SHA for 7c54716
src/components/landing/FeatureCards/FeatureCards.vue
@@ -81,7 +81,7 @@ const ParticleCard = defineComponent({
81
el.className = 'particle';
82
el.style.cssText = `
83
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);
+ background:#A7EF9E;box-shadow:0 0 6px rgba(132,0,255,.6);
85
pointer-events:none;z-index:100;left:${x}px;top:${y}px;
86
`;
87
return el;
0 commit comments