Update default.html

This commit is contained in:
Taylor Bryant 2019-01-13 13:08:17 -06:00 committed by GitHub
parent 532e178c79
commit c2d84c3277
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
{% include header.html %}
<div
class="bg-blue flex h-screen items-center justify-center text-white w-full"
class="bg-teal flex h-screen items-center justify-center text-white w-full"
>
{{ content }}
</div>