Change default bg to teal

This commit is contained in:
Taylor Bryant 2018-08-09 22:54:16 -05:00
parent 962d71f87a
commit 7782a760d2
1 changed files with 1 additions and 1 deletions

View File

@ -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>