mirror of
https://github.com/tanrax/maza-ad-blocking.git
synced 2024-11-10 02:15:42 +01:00
19 lines
336 B
JavaScript
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: []
|
|
}
|