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"> <h1 class="font-bold text-xl font-heading leading-normal">
Leaderboards Leaderboards
</h1> </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> <li>
<a class="{% if not '=true' in request.full_path %}font-bold text-red-600{% endif %}" href="/notifications"> <a class="{% if not '=true' in request.full_path %}font-bold text-red-600{% endif %}" href="/notifications">
Wealthiest Wealthiest
@ -79,7 +79,7 @@
{% endif %} {% endif %}
</div> </div>
<div class="ml-auto mr-4"> <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}} {{user.coins}}
</span> </span>
</div> </div>