From 709348b94a2549c700d4f2c940ea6f22b9e89d05 Mon Sep 17 00:00:00 2001
From: Emmanuel Raviart <emmanuel@raviart.com>
Date: Wed, 12 May 2021 09:59:55 +0200
Subject: [PATCH] Clean source code.

---
 tailwind.config.cjs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tailwind.config.cjs b/tailwind.config.cjs
index e972c0c48..1d97bbe6b 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,
       },
     },
-- 
GitLab