mirror of
https://github.com/boostorg/website-v2.git
synced 2026-02-27 17:42:08 +00:00
🚧 dark/light for maintainers
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user