Add Register Now button

Fixes #2
This commit is contained in:
Oliver Davies 2020-12-27 04:03:37 +00:00
parent d7d778096e
commit b047ea3e4e
2 changed files with 19 additions and 5 deletions

View file

@ -12,8 +12,11 @@ module.exports = {
}
},
colors: {
'hit-pink': '#FBA786',
blue: colors.lightBlue,
gray: colors.trueGray
dandelion: '#FFDC67',
gray: colors.trueGray,
white: '#ffffff'
},
fontFamily: {
display: ['Bebas Neue', 'Arial Narrow', 'Arial', 'sans-serif']