From 40488fd5e9d9f08535d007acfd5c4878c87056fe Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Thu, 10 Nov 2022 21:15:02 +0000 Subject: [PATCH] switch colors -> maybe better contrast on links? --- tailwind.config.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tailwind.config.js b/tailwind.config.js index b51784a3..88eee95a 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -4,13 +4,13 @@ module.exports = { purge: { enabled: true, content: ['./**/*.html'], - }, + }, darkMode: 'media', theme: { extend: { colors: { - 'primary':'#90A8D8', - 'secondary':'#DDBC91', + 'primary': '#DDBC91', + 'secondary': '#90A8D8', }, screens: { 'xs': '470px', @@ -21,4 +21,4 @@ module.exports = { plugins: [ require('@tailwindcss/typography'), ], -} +} \ No newline at end of file