Skip to content

Commit

Permalink
Merge pull request #1 from alecmolloy/patch-1
Browse files Browse the repository at this point in the history
added in `darkbrown`
  • Loading branch information
brandonjackson committed Aug 19, 2015
2 parents b7cc918 + 00cdd8e commit 9abf557
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/challenges/summer_camp/day_fifteen.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,10 +169,10 @@ module.exports = {
]
],
[
'We are going to draw an arc for the bow so let\'s draw it with a thick piece of dark brown wood - **type** `stroke 40, \'#5E4323\'`',
'stroke 40, \'#5E4323\'',
'We are going to draw an arc for the bow so let\'s draw it with a thick piece of dark brown wood - **type** `stroke 40, darkbrown`',
'stroke 40, darkbrown',
[
[ 'stroke-color', { color: '#5E4323' } ],
[ 'stroke-color', { color: palette.darkbrown } ],
[ 'stroke-width', { width: 40 } ]
]
],
Expand Down

0 comments on commit 9abf557

Please sign in to comment.