11 lines
146 B
JavaScript
11 lines
146 B
JavaScript
module.exports = {
|
|
theme: {
|
|
extend: {
|
|
colors: {
|
|
'blue-dark': '#0073aa',
|
|
'grey-darker': '#767676',
|
|
}
|
|
}
|
|
}
|
|
}
|