fix
This commit is contained in:
parent
15dd780758
commit
1da7467746
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@
|
|||
rDrama's 25 Greediest Members
|
||||
</h2>
|
||||
</div>
|
||||
<div class="mb-4 flex flex-col bg-gray-100 rounded-lg overflow-hidden">
|
||||
<div class="mb-4 flex flex-col bg-gray-100 dark:bg-gray-800 rounded-lg overflow-hidden">
|
||||
{% for user in users1 %}
|
||||
<div class="flex items-center border-b last:border-b-none border-gray-300 shadow-inset-t-white-05 px-5 py-3 {% if v.username == user.username %}text-gray-900 text-shadow-light bg-primary{% elif users1.index(user) % 2 != 0 %}bg-gray-200 dark:bg-gray-700{% endif %}">
|
||||
<!-- Rank -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue