this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix gradient colour on Cloud.astro

+2 -2
+2 -2
src/components/blog/background/Cloud.astro
··· 139 139 stop-color="white"></stop> 140 140 <stop 141 141 offset={`${blog.background.clouds.gradientStops[1]}%`} 142 - stop-color="transparent"></stop> 143 - <stop offset="100%" stop-color="transparent"></stop> 142 + stop-color="#fff0"></stop> 143 + <stop offset="100%" stop-color="#fff0"></stop> 144 144 </linearGradient> 145 145 </defs> 146 146