This commit is contained in:
kek7198 2021-12-06 09:29:29 -06:00
parent 73d0e1755f
commit f61bef16de

View file

@ -123,14 +123,14 @@
Create account
</button>
<ul class="mt-8 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 border-t border-gray-200">
<ul class="mt-8 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-300 text-xs font-medium leading-none border-t border-gray-200">
<li>
<a href="#" class="text-gray-300 hover:text-gray-400">
<a href="#" class="text-gray-400 hover:text-gray-500">
About
</a>
</li>
<li class="mt-2 md:mt-0 md:pl-3">
<a href="/rules" class="text-gray-300 hover:text-gray-400">
<a href="/rules" class="text-gray-400 hover:text-gray-500">
Community Etiquette
</a>
</li>