feat(templates/allauth): style allauth elements

This commit is contained in:
2026-03-10 14:19:20 +01:00
parent 8fb52132bb
commit 12200ad663
29 changed files with 414 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
{% load allauth %}
<li class="border-b border-slate-200 last:border-b-0">
<a class="block w-full px-4 py-3 text-slate-700 transition-colors hover:bg-slate-50 hover:text-slate-900"
title="{{ attrs.name }}"
href="{{ attrs.href }}">{{ attrs.name }}</a>
</li>