Update color and font weight

This commit is contained in:
Justin Edmund 2024-07-12 17:33:27 -04:00
parent 46c3f71404
commit 91d5118337

View file

@ -4,7 +4,7 @@
export let text = 'Hello, Squiggly World!' export let text = 'Hello, Squiggly World!'
export let frequency = 0.4 export let frequency = 0.4
export let amplitude = 1.5 export let amplitude = 1.5
export let color = '#ff0000' export let color = '#e33d3d'
export let distance = 3 export let distance = 3
export let lineWidth = 1.75 export let lineWidth = 1.75
@ -66,7 +66,7 @@
<style lang="scss"> <style lang="scss">
.squiggly-header { .squiggly-header {
font-size: $font-size; font-size: $font-size;
font-weight: 400; font-weight: 500;
margin-bottom: $unit-fourth; margin-bottom: $unit-fourth;
} }