diff --git a/tailwind.config.js b/tailwind.config.js index 9674a07..fe510ac 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -2,7 +2,7 @@ const defaultTheme = require('tailwindcss/defaultTheme') module.exports = { content: ['./src/*.css', './layouts/**/*.html'], - safelist: ['p-4', '!text-white', '!underline', 'bg-amber-200'], + safelist: ['p-4', '!text-white', '!underline', 'bg-amber-400'], theme: { extend: { colors: {