From 6d8f76dec567fd520bfe4c77185deabb371aa5b7 Mon Sep 17 00:00:00 2001 From: Angelillo15 Date: Sat, 8 Jul 2023 22:54:58 +0200 Subject: [PATCH] Change background colors --- tailwind.config.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tailwind.config.js b/tailwind.config.js index 7c814bd61..e7c50f596 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -30,6 +30,10 @@ module.exports = { gray: gray, neutral: gray, cyan: colors.cyan, + neutral: { + 800: '#212121', + 900: '#121212', + } }, fontSize: { '2xs': '0.625rem',