From afaa61b479f6483063add30fc35f328e0a2d47a8 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Wed, 21 Feb 2024 11:01:13 +0100 Subject: [PATCH] introducing new lhoist dark color --- tailwind.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/tailwind.config.js b/tailwind.config.js index a933274..bb1fb0d 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -8,6 +8,7 @@ module.exports = { construction: "#F1D524", lhoist: "#299BD4", lhoistlight: "#B5F2FF", + lhoistdark: "#02597A", transparent: "transparent", current: "currentColor", white: "#ffffff",