remotes/1693045480750635534/spooky-22
kek7198 2021-12-03 11:24:52 -06:00
parent de629bc914
commit 5ea0800f37
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@
<a class="btn btn-gray" href="/login?redirect={{request.path | urlencode}}">
Login
</a>
<a class="btn hover:bg-gradient-to-t hover:from-gray-100 hover:to-gray-200 border-gray-300 text-gray-500 focus:text-gray-400" href="/signup?redirect={{request.path | urlencode}}">
<a class="btn hover:bg-gradient-to-t hover:from-gray-100 hover:to-gray-200 border-gray-300 text-gray-500 hover:text-gray-700 focus:text-gray-900" href="/signup?redirect={{request.path | urlencode}}">
Sign up
</a>
{% endif %}