From 7033c52dc226740bd09d995550e4ba3d869e7889 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Sat, 6 Nov 2021 23:55:53 +0100 Subject: [PATCH] matches colors to logo --- home/tailwind.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/tailwind.config.js b/home/tailwind.config.js index dc11e725..e7ad361d 100644 --- a/home/tailwind.config.js +++ b/home/tailwind.config.js @@ -14,8 +14,8 @@ module.exports = { theme: { extend: { colors: { - 'primary':'#902eec', - 'secondary':'#f580f5', + 'primary':'#90A8D8', + 'secondary':'#DDBC91', } }, },