Update color and font weight
This commit is contained in:
parent
46c3f71404
commit
91d5118337
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue