removed coloring from text

This commit is contained in:
Kenneth Jao 2017-04-27 08:40:25 -04:00
parent 70717dbeae
commit 402ad15fce

View File

@ -231,9 +231,9 @@
<span class="cWorkDate" style="font-weight:{{cardDate}}">{{dateWord}}</span>
<div style="color:{{doneRatio}}">
<i class="fa fa-thumbs-up" aria-hidden="true" style="color:{{confirmed}}"></i>
<span style="color:{{confirmed}}">{{confirmationLength}}</span>
<span>{{confirmationLength}}</span>
<i class="fa fa-exclamation-triangle" aria-hidden="true" style="color:{{reported}}"></i>
<span style="color:{{reported}}">{{reportLength}}</span>
<span>{{reportLength}}</span>
</div>
</div>
</div>