forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-11-29 01:00:16 -06:00
parent daea285faa
commit 78d9eeb391
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@
rDrama's 100 Greediest Users
</h1>
</div>
<div class="mb-4 flex flex-col bg-gray-900 rounded-lg overflow-hidden">
<div class="mb-4 flex flex-col bg-gray-200 rounded-lg overflow-hidden">
{% for user in users1 %}
<div class="flex items-center border-b border-gray-900 shadow-inset-t-white-05 odd:bg-gray-700 px-5 py-3 {% if v.username == user.username %}text-pink-900 text-shadow-light bg-pink-600{% elif users1.index(user) % 2 != 0 %}bg-gray-300{% endif %}">
<!-- Rank -->