From 24eeb313cd67fdc977f91710aa0fcc169395a45d Mon Sep 17 00:00:00 2001 From: fireworks88 Date: Thu, 25 Nov 2021 23:03:37 +0100 Subject: [PATCH] update config --- tailwind.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tailwind.config.js b/tailwind.config.js index 42b57cc39..95cb74755 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -6,7 +6,6 @@ module.exports = { // '../../templates/**/*.html', // '../../templates/*.html' //],*/ - prefix: 'z-', darkMode: 'class', // or 'media' or 'class' theme: { colors: { @@ -18,7 +17,8 @@ module.exports = { pink: colors.pink, green: colors.green, red: colors.rose, - yellow: colors.amber + yellow: colors.amber, + blue: colors.blue }, extend: {}, },