From dc2a12ac32b2d9ef91cea4de10de4d57fa530ccd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Mon, 17 Aug 2020 11:43:22 +0200 Subject: [PATCH] docs: lighter color --- docs/tailwind.config.js | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/tailwind.config.js b/docs/tailwind.config.js index 830e4900..170aace7 100644 --- a/docs/tailwind.config.js +++ b/docs/tailwind.config.js @@ -3,15 +3,15 @@ module.exports = { extend: { colors: { primary: { - 100: '#EFE7FA', - 200: '#D6C3F1', - 300: '#BD9FE9', - 400: '#8C57D9', - 500: '#5A0FC8', - 600: '#510EB4', - 700: '#360978', - 800: '#29075A', - 900: '#1B053C' + 100: '#F4EEFB', + 200: '#E2D5F6', + 300: '#D1BCF0', + 400: '#AF89E4', + 500: '#8C57D9', + 600: '#7E4EC3', + 700: '#543482', + 800: '#3F2762', + 900: '#2A1A41' } } }