Add CTA buttons

Add buttons to PaperCall (session submissions) and Twitter.
This commit is contained in:
Oliver Davies 2019-03-20 23:19:08 +00:00
parent fa3bc889c1
commit ec88f7a3a1
3 changed files with 26 additions and 1 deletions

View file

@ -7,6 +7,9 @@ module.exports = {
extend: {
colors: {
black: '#000',
'green-600': '#0fa877',
'pink-600': '#ec16a8',
'purple-600': '#b33ee9',
},
variants: {
textStyle: ['responsive', 'hover', 'focus', 'hocus'],