From 00c44ebb2c48509fd36896ed98bbe654bb357969 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 2 Apr 2024 16:29:51 +0200 Subject: [PATCH] update on theme colors to increase contrast --- theme.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme.json b/theme.json index b6dfb06..da5089a 100644 --- a/theme.json +++ b/theme.json @@ -52,7 +52,7 @@ { "name": "Secondaire Light", "slug": "secondary-light", - "color": "#FFEDEC" + "color": "#FEF5F6" }, { "name": "Infos", @@ -67,7 +67,7 @@ { "name": "Gris", "slug": "gray", - "color": "rgb(239, 239, 239, 0.6)" + "color": "#F7F7F7" }, { "name": "Gris Foncé",