From 0eb5004e05d23ca14f87fd09ca123911158bf187 Mon Sep 17 00:00:00 2001 From: Junseo Park Date: Sun, 14 Feb 2021 12:33:55 +0900 Subject: [PATCH] chore: added bg very black --- tailwind.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tailwind.config.js b/tailwind.config.js index b24939a..a698f6a 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', 'bg-koreanbots-blue'], + safelist: ['text-green-400', 'text-yellow-300', 'text-red-500', 'text-gray-500', 'text-purple-500', 'bg-koreanbots-blue', 'bg-very-black'], } }, darkMode: 'class', // or 'media' or 'class'