From 59721c62ad03061e8cb0ad95b307c54e2c23d4ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9B=90=EB=8D=94?= Date: Thu, 7 Jan 2021 15:13:25 +0900 Subject: [PATCH] feat: added color --- tailwind.config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tailwind.config.js b/tailwind.config.js index 2ab92a2..335e319 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -10,10 +10,13 @@ module.exports = { colors: { 'koreanbots-blue': '#3366FF', 'koreanbots-black': '#2C2F33', + 'little-white': '#fbfbfb', + 'little-white-hover': '#f1f1f1', 'koreanbots-green': '#21BA45', 'koreanbots-red': '#DB2828', 'discord-blurple': '#7289DA', 'discord-dark': '#2C2F33', + 'discord-dark-hover': '#383f48', 'discord-black': '#23272A', 'discord-pink': '#FF73FA' }