Change default bg to teal
This commit is contained in:
parent
962d71f87a
commit
7782a760d2
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
{% include header.html %}
|
{% include header.html %}
|
||||||
|
|
||||||
<div class="bg-indigo-dark flex h-screen items-center justify-center text-white w-full">
|
<div class="bg-teal flex h-screen items-center justify-center text-white w-full">
|
||||||
{{ content }}
|
{{ content }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue