forked from rDrama/rDrama
1
0
Fork 0

Update leaderboard.html

master
kek7198 2021-11-25 21:22:19 -06:00
parent eab8af7885
commit 1c650993b6
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@
{% 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-700 bg-opacity-20{% endif %}">
<!-- Rank -->
<h2 class="text-2xl font-bold font-heading text-center w-16 -ml-5 {{ 'text-pink-900' if v.username == user.username else 'text-gray-700' }}">
<h2 class="text-2xl font-bold font-heading text-center w-16 -ml-5 {{ 'text-pink-900' if v.username == user.username else 'text-gray-600' }}">
{{users1.index(user)+1}}
</h2>
<div class="relative">