wordcamp-bristol-2019/wp-content/themes/wp-tailwind/tailwind.config.js

11 lines
146 B
JavaScript

module.exports = {
theme: {
extend: {
colors: {
'blue-dark': '#0073aa',
'grey-darker': '#767676',
}
}
}
}