remotes/1693045480750635534/spooky-22
kek7198 2021-12-04 14:45:59 -06:00
parent 9160070963
commit 45183ec4e5
1 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,8 @@
<label for="{{award.kind}}-award" onclick="bruh('{{award.kind}}')" class="w-full h-full p-2 text-center hover:bg-gray-300 peer-checked:shadow-inner peer-checked:bg-gray-400 rounded cursor-not-allowed opacity-50">
{% endif %}
<i class="{{award.icon}} {{award.color}}"></i>
<div class="mt-2 font-bold text-base text-gray-700">{{award.title}}</div>
<div class="text-sm text-gray-400">{{award.owned}} owned</div>
<div class="mt-2 font-bold text-base text-black">{{award.title}}</div>
<div class="text-sm text-gray-600">{{award.owned}} owned</div>
</label>
</div>
{% endfor %}