From cb58c92c51877ce07771cb1a95ffb8d5e460beee Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Thu, 10 Nov 2022 21:26:30 +0000 Subject: [PATCH] and another try --- tailwind.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tailwind.config.js b/tailwind.config.js index 7176d582..88eee95a 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -9,8 +9,8 @@ module.exports = { theme: { extend: { colors: { - 'primary': '#90A8D8', - 'secondary': '#DDBC91', + 'primary': '#DDBC91', + 'secondary': '#90A8D8', }, screens: { 'xs': '470px',