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