Tailwind: Extended color configuration with brand colors
This commit is contained in:
parent
1762d6215a
commit
ece8b40efa
1 changed files with 27 additions and 16 deletions
|
@ -16,6 +16,17 @@ module.exports = {
|
||||||
screens: {
|
screens: {
|
||||||
'3xl': '1900px',
|
'3xl': '1900px',
|
||||||
},
|
},
|
||||||
|
colors: {
|
||||||
|
'primary': '#fb8919',
|
||||||
|
'secondary': {
|
||||||
|
100: '#8f969e',
|
||||||
|
200: '#78818d',
|
||||||
|
300: '#72777c',
|
||||||
|
400: '#606872',
|
||||||
|
500: '#494f56',
|
||||||
|
600: '#2d3135'
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
variants: {
|
variants: {
|
||||||
|
|
Loading…
Reference in a new issue