Tailwind: Extended color configuration with brand colors

This commit is contained in:
networkException 2021-04-04 17:36:26 +02:00
parent 1762d6215a
commit ece8b40efa

View file

@ -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: {