IndieAuth tweaks

This commit is contained in:
Thomas Sileo
2019-04-28 11:10:01 +02:00
parent 512f5dda33
commit d104290675
2 changed files with 4 additions and 4 deletions

View File

@@ -14,8 +14,8 @@
{% endif %}
<div style="flex:1;">
<div style="margin-top:20px">
<a style="font-size:1.2em;font-weight:600;text-decoration:none;color:#111;" href="{{ client.url }}">{{ client.name }}</a>
<p>wants you to login</p>
<a class="lcolor" style="font-size:1.2em;font-weight:600;text-decoration:none;" href="{{ client.url }}">{{ client.name }}</a>
<p>wants you to login as <strong class="lcolor">{{ me }}</strong></p>
</div>
</div>
</div>