Change black colour

This commit is contained in:
Oliver Davies 2019-01-25 07:59:34 +00:00
parent a8e2939e9a
commit 1b7118c72d

View file

@ -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',