From 7bd07b911a3dd11e0b552801681b0e9b5e33017e Mon Sep 17 00:00:00 2001 From: philipp Date: Tue, 7 Nov 2023 15:31:06 +0100 Subject: [PATCH] use a slightly brighter black --- frontend/tailwind.config.cjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/tailwind.config.cjs b/frontend/tailwind.config.cjs index c17b852..bf9ec7b 100644 --- a/frontend/tailwind.config.cjs +++ b/frontend/tailwind.config.cjs @@ -8,7 +8,7 @@ export default { colors: { transparent: 'transparent', current: 'currentColor', - black: '#000000', + black: '#1a1a1a', white: '#ffffff', gray: { 50: '#f8fafc',