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

@ -21,7 +21,7 @@
</div>
</header>
<div class="max-w-6xl mx-auto px-4 bg-gray-700 py-2 px-5 -mt-8">
<div class="max-w-6xl mx-auto px-4 bg-charade py-2 px-5 -mt-8">
<div class="flex justify-between items-center -mx-4">
<div class="px-4 flex-1">
<form action="" class="flex flex-row-reverse items-center">

View file

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