From 3597285a995dda23980cbd3c627f2d86a70f571a Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Sun, 17 Mar 2024 18:48:09 +0530 Subject: update --- tailwind.config.js | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'tailwind.config.js') diff --git a/tailwind.config.js b/tailwind.config.js index c0de8e9..56ec1d3 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -5,15 +5,12 @@ module.exports = { colors: { background: '#131517', white: '#EEEEEE', - graytwo: '#111017', - bluetextnavbar: '#6086bf', - blogheaderbackground: '#2f3238', datesearch: '#6a6980', bgsearch: '#1f1d29' }, }, }, plugins: [ - require('@tailwindcss/typography'), - ], + require('@tailwindcss/typography') + ] } -- cgit v1.2.3