Files
userbase-homepage/tailwind.config.js
Daniel Vassallo f73fb6b5a3 Initial commit
2019-09-24 15:53:21 -07:00

16 lines
246 B
JavaScript

module.exports = {
theme: {
extend: {
colors: {
yellowish: '#ffe77a',
blackish: '#1a2a30'
}
},
fontFamily: {
'logo': 'Tahoma, Geneva, Verdana, sans-serif'
}
},
variants: {},
plugins: []
}