forked from emre/www_projectmycelium_com
refactor: enhance CallToAction cyan glow visibility and add overflow-hidden across all pages
- Increased cyan radial glow fillOpacity from 0.2 to 0.4 for better visibility - Added overflow-hidden class to main container div to prevent glow overflow - Applied changes consistently across agents, cloud, compute, gpu, network, nodes, pods, and storage CallToAction components
This commit is contained in:
@@ -36,7 +36,7 @@ export function CallToAction() {
|
||||
cx={512}
|
||||
cy={512}
|
||||
fill="url(#mycelium-cyan-glow)"
|
||||
fillOpacity="0.2"
|
||||
fillOpacity="0.4"
|
||||
/>
|
||||
<defs>
|
||||
<radialGradient id="mycelium-cyan-glow">
|
||||
|
||||
Reference in New Issue
Block a user