forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-11-29 01:08:59 -06:00
parent 0f6abacd98
commit b855754b76
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
<h1 class="font-bold text-xl font-heading leading-normal">
Leaderboards
</h1>
<ul class="text-gray-700 text-sm flex items-center space-x-3 leading-normal">
<ul class="text-gray-600 text-sm flex items-center space-x-3 leading-normal">
<li>
<a class="{% if not '=true' in request.full_path %}font-bold text-red-600{% endif %}" href="/notifications">
Wealthiest
@ -79,7 +79,7 @@
{% endif %}
</div>
<div class="ml-auto mr-4">
<span class="text-xl font-heading font-bold {{ 'text-red-900' if v.username == user.username else 'text-gray-700' }}">
<span class="text-xl font-heading font-bold {{ 'text-red-900' if v.username == user.username else 'text-gray-400' }}">
{{user.coins}}
</span>
</div>