Add charade colour

This commit is contained in:
Oliver Davies 2019-04-24 00:24:10 +01:00
parent b5c66b8638
commit 9cd72cb445
2 changed files with 2 additions and 1 deletions

View file

@ -2,6 +2,7 @@ module.exports = {
theme: {
extend: {
colors: {
charade: '#2a293c',
inherit: 'inherit'
}
}