Personal site staging.colinozanne.co.uk
portfolio astro

fix: theme trigger animation

finxol.io da9ff76a 054c8464

verified
+6
+6
src/components/customise.astro
··· 273 273 </script> 274 274 275 275 <style> 276 + @property --angle { 277 + syntax: "<angle>"; 278 + initial-value: 0deg; 279 + inherits: false; 280 + } 281 + 276 282 button.customise-trigger { 277 283 --container-color: var(--primary); 278 284