maza-ad-blocking/docs/tailwind.config.js
Andros Fenollosa 5154e75cc3 Add website
2020-04-10 13:55:02 +02:00

19 lines
336 B
JavaScript

module.exports = {
theme: {
fontFamily: {
display: ['Source Sans Pro', 'sans-serif'],
body: ['Martel Sans', 'sans-serif'],
},
extend: {
colors: {
orange: '#e95527',
bluedark: '#2364aa',
blue: '#3da5d9',
yellow: '#fec601'
}
}
},
variants: {},
plugins: []
}