From efdb0f2b58bce79faab9c587bf920e4f240fa1af Mon Sep 17 00:00:00 2001 From: Eray C Date: Tue, 26 Oct 2021 11:37:04 +0200 Subject: [PATCH] dep: Ajout de couleur jaune pour background --- tailwind.config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tailwind.config.js b/tailwind.config.js index 10970da..2884487 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -2,6 +2,9 @@ module.exports = { purge: ["./src/**/*.{js,jsx,ts,tsx}", "./public/index.html"], darkMode: false, // or 'media' or 'class' theme: { + colors: { + yellowbright: "FFF6D6", + }, extend: {}, }, variants: {