remotes/1693045480750635534/spooky-22
kek7198 2021-12-06 09:25:08 -06:00
parent 26cf1a9224
commit 3371a65922
1 changed files with 5 additions and 20 deletions

View File

@ -42,7 +42,7 @@
<div class="relative min-h-full flex flex-col items-center justify-center pt-28 pb-12 px-4 sm:px-6 lg:px-8">
<div class="max-w-md w-full">
<div class="max-w-md w-full space-y-8">
{% if ref_user %}
<h1 class="text-center h2">@{{ref_user.username}} has invited you!</h1>
@ -131,34 +131,19 @@
</div>
<ul class="mx-auto max-w-2xl flex flex-col md:flex-row md:items-center md:justify-center md:space-x-3 md:divide-x md:divide-gray-700 text-xs font-medium leading-none">
<ul class="mx-auto max-w-2xl flex flex-col md:flex-row md:items-center md:justify-center md:space-x-3 md:divide-x md:divide-gray-400 text-xs font-medium leading-none">
<li>
<a href="#" class="text-gray-500 hover:text-gray-400">
<a href="#" class="text-gray-300 hover:text-gray-400">
About
</a>
</li>
<li class="mt-2 md:mt-0 md:pl-3">
<a href="/contact" class="text-gray-500 hover:text-gray-400">
Contact
</a>
</li>
<li class="mt-2 md:mt-0 md:pl-3">
<a href="#" class="text-gray-500 hover:text-gray-400">
Welcome Guide
</a>
</li>
<li class="mt-2 md:mt-0 md:pl-3">
<a href="/rules" class="text-gray-500 hover:text-gray-400">
<a href="/rules" class="text-gray-300 hover:text-gray-400">
Community Etiquette
</a>
</li>
<li class="mt-2 md:mt-0 md:pl-3">
<a href="/changelog" class="text-gray-500 hover:text-gray-400">
Changelog
</a>
</li>
<li class="mt-2 md:mt-0 md:pl-3">
<a href="https://github.com/Aevann1/Drama" class="text-gray-500 hover:text-gray-400">
<a href="https://github.com/Aevann1/Drama" class="text-gray-300 hover:text-gray-400">
GitHub
</a>
</li>