fix
This commit is contained in:
parent
73d0e1755f
commit
f61bef16de
1 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue