Remove dark styles for now

They don't work because stuff like "white on white" happens, so we'll
do them all properly later.
This commit is contained in:
Badri Sunderarajan 2021-12-31 06:48:16 +00:00
parent 9a62cf3fc8
commit bfdf693854

View file

@ -29,19 +29,19 @@
</div>
<div class="p-5">
<div class="flex justify-between mb-1">
<span class="text-base font-medium text-orange-700 dark:text-white">{{progress_rupees}} rupees</span>
<span class="text-sm font-medium text-orange-700 dark:text-white">Goal: ₹{{goal_rupees}}</span>
<span class="text-base font-medium text-orange-700">{{progress_rupees}} rupees</span>
<span class="text-sm font-medium text-orange-700">Goal: ₹{{goal_rupees}}</span>
</div>
<div class="w-full bg-gray-200 rounded-full h-2.5 dark:bg-gray-700">
<div class="w-full bg-gray-200 rounded-full h-2.5">
<div class="bg-orange-600 h-2.5 rounded-full" {{percent_rupees|raw}}></div>
</div>
<div class="flex justify-between mb-1">
<span class="text-base font-medium text-orange-700 dark:text-white">{{progress_people}} people</span>
<span class="text-sm font-medium text-orange-700 dark:text-white">Goal: {{goal_people}}</span>
<span class="text-base font-medium text-orange-700">{{progress_people}} people</span>
<span class="text-sm font-medium text-orange-700">Goal: {{goal_people}}</span>
</div>
<div class="w-full bg-gray-200 rounded-full h-2.5 dark:bg-gray-700">
<div class="w-full bg-gray-200 rounded-full h-2.5">
<div class="bg-orange-600 h-2.5 rounded-full" {{percent_people|raw}}></div>
</div>