From 1b7118c72d14a66a87735a769e942548bc2653e4 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 25 Jan 2019 07:59:34 +0000 Subject: [PATCH] Change black colour --- tailwind.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tailwind.js b/tailwind.js index 5d540c6..2da06d6 100644 --- a/tailwind.js +++ b/tailwind.js @@ -46,7 +46,7 @@ let defaultConfig = require('tailwindcss/defaultConfig')() let colors = { 'transparent': 'transparent', - 'black': '#22292f', + 'black': '#000000', 'grey-darkest': '#3d4852', 'grey-darker': '#606f7b', 'grey-dark': '#8795a1',