From d9727469a329c409b2e683dcb85d15435cd12e7c Mon Sep 17 00:00:00 2001 From: Antoine M Date: Thu, 15 Feb 2024 18:48:08 +0100 Subject: [PATCH] adding color --- tailwind.config.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tailwind.config.js b/tailwind.config.js index 92b1608..a933274 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -6,6 +6,8 @@ module.exports = { extend: { colors: { construction: "#F1D524", + lhoist: "#299BD4", + lhoistlight: "#B5F2FF", transparent: "transparent", current: "currentColor", white: "#ffffff",