From a123ac0eafd886d9a3d2fee0000219b2778fcc3f Mon Sep 17 00:00:00 2001 From: Julie Thezenas <julie@lydra.fr> Date: Fri, 20 May 2022 15:27:53 +0200 Subject: [PATCH] fix: change the gray color on text for more readability --- about.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/about.json b/about.json index 5cb0c7b..7b530bd 100644 --- a/about.json +++ b/about.json @@ -8,7 +8,7 @@ "secondary": "ffffff", "tertiary": "a9a4a4", "quaternary": "797979", - "primary-medium": "c7c7c7", + "primary-medium": "797979", "primary-low-mid": "333333", "header_background": "c7c7c7", "header_primary": "eeeeee", -- GitLab