Change black colour
This commit is contained in:
parent
a8e2939e9a
commit
1b7118c72d
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue