diff --git a/tailwind.config.cjs b/tailwind.config.cjs index e972c0c482c8befbfbff952ef6a7b7994216c353..1d97bbe6b23549d360b2ed5c1a099c623c24c30d 100644 --- a/tailwind.config.cjs +++ b/tailwind.config.cjs @@ -22,12 +22,12 @@ module.exports = { extend: { colors: { black: colors.black, + gray: colors.trueGray, "le-bleu": "#343bff", "le-bleu-light": "#d2dfff", "le-jaune": "#ded500", "le-jaune-dark": "#a6a00c", "le-rouge-pjl": "#ff6b6b", - gray: colors.trueGray, white: colors.white, }, },