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>
|
</div>
|
||||||
</header>
|
</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="flex justify-between items-center -mx-4">
|
||||||
<div class="px-4 flex-1">
|
<div class="px-4 flex-1">
|
||||||
<form action="" class="flex flex-row-reverse items-center">
|
<form action="" class="flex flex-row-reverse items-center">
|
||||||
|
|
|
@ -2,6 +2,7 @@ module.exports = {
|
||||||
theme: {
|
theme: {
|
||||||
extend: {
|
extend: {
|
||||||
colors: {
|
colors: {
|
||||||
|
charade: '#2a293c',
|
||||||
inherit: 'inherit'
|
inherit: 'inherit'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue