diff --git a/tailwind.config.js b/tailwind.config.js index 2b2df2b..a2dde76 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -8,7 +8,7 @@ module.exports = { './**/*.{ts,tsx}', ], options: { - safelist: ['text-green-400', 'text-yellow-300', 'text-red-500', 'text-gray-500', 'text-purple-500'], + safelist: ['text-green-400', 'text-yellow-300', 'text-red-500', 'text-gray-500', 'text-purple-500', 'bg-koreanbots-blue'], } }, darkMode: 'class', // or 'media' or 'class'