Add charade colour
This commit is contained in:
parent
b5c66b8638
commit
9cd72cb445
2 changed files with 2 additions and 1 deletions
|
@ -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">
|
||||
|
|
|
@ -2,6 +2,7 @@ module.exports = {
|
|||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
charade: '#2a293c',
|
||||
inherit: 'inherit'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue