tangled
alpha
login
or
join now
finxol.io
/
portfolio
0
fork
atom
Personal site
staging.colinozanne.co.uk
portfolio
astro
0
fork
atom
overview
issues
pulls
pipelines
fix: theme trigger animation
finxol.io
2 months ago
da9ff76a
054c8464
verified
This commit was signed with the committer's
known signature
.
finxol.io
SSH Key Fingerprint:
SHA256:olFE3asYdoBMScuJOt60UxXdJ0RFdGv5kVKrdOtIcPI=
+6
1 changed file
expand all
collapse all
unified
split
src
components
customise.astro
+6
src/components/customise.astro
···
273
273
</script>
274
274
275
275
<style>
276
276
+
@property --angle {
277
277
+
syntax: "<angle>";
278
278
+
initial-value: 0deg;
279
279
+
inherits: false;
280
280
+
}
281
281
+
276
282
button.customise-trigger {
277
283
--container-color: var(--primary);
278
284