From d87b4210cf2d9ff0e32ad7caac19cb50ad4f0492 Mon Sep 17 00:00:00 2001 From: Yannick Warnier Date: Sun, 3 Oct 2021 11:58:29 +0200 Subject: [PATCH] Display: Temporary colors for first demo - refs BT#19044 --- tailwind.config.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tailwind.config.js b/tailwind.config.js index da15396e7c..c6c5473c9d 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -8,14 +8,14 @@ module.exports = { }, colors: { 'ch-primary': { - DEFAULT: '#2e75a3', - 'dark': '#1c6391', - 'light': '#9cc2da', + DEFAULT: '#84bd00', //default to '#2e75a3' + 'dark': '#649d00', //default to '#1c6391', + 'light': '#84bd00', //default '#9cc2da' }, 'ch-secondary': { - DEFAULT: '#fd6600', - 'dark': '#ea5300', - 'light': '#ff7913', + DEFAULT: '#772583', //default to '#fd6600', + 'dark': '#570563', //default to '#ea5300', + 'light': '#772583', //default to '#ff7913', }, 'ch-support-1': 'rgba(46, 117, 163, 0.08)', 'ch-support-2': '#f5f8fa',