🚧 dark/light for maintainers

This commit is contained in:
Greg Newman
2023-08-24 16:35:36 -04:00
parent 4dc6be36bb
commit fe739a2f3f

View File

@@ -117,8 +117,8 @@
</div>
{% else %}
<div class="p-1 md:p-2">
<div class="bg-slate rounded w-[80px]">
<i class="py-4 px-5 text-5xl fas fa-user text-white/60" title="{{ user.get_full_name }}"></i>
<div class="bg-gray-300 dark:bg-slate rounded w-[80px]">
<i class="py-4 px-5 text-5xl fas fa-user text-white dark:text-white/60" title="{{ user.get_full_name }}"></i>
</div>
</div>
{% endif %}