increase legibility of log in links
This commit is contained in:
parent
f4950a27ff
commit
d784f2f01d
|
@ -27,10 +27,9 @@
|
|||
</div>
|
||||
{% endif %}
|
||||
|
||||
<p>Sound good to you?
|
||||
<a href="/login/twitter">Log in with Twitter</a>
|
||||
<a href="{{ url_for('mastodon_login_step1') }}">Log in with Mastodon</a>
|
||||
</p>
|
||||
<p>Sound good to you?</p>
|
||||
<p><a href="/login/twitter">Log in with Twitter</a></p>
|
||||
<p><a href="{{ url_for('mastodon_login_step1') }}">Log in with Mastodon</a></p>
|
||||
</section>
|
||||
<section class='policy'>
|
||||
<h2>Policy</h2>
|
||||
|
|
Loading…
Reference in New Issue