The default Bootstrap text-light color on a bg-info background
fails the WCAG color contrast ratio; letting the text default
to black meets level AA.
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
*ngFor="let copyCount of getHoldingsSummaries(); let copyIdx = index"
[ngClass]="{
'text-dark bg-warning' : copyCount.count == 0 && (copyCount.transcendant == 0 || !copyCount.transcendant),
- 'text-light bg-info' : copyCount.count == 0
+ 'bg-info' : copyCount.count == 0
}">
<div class="float-left text-left w-50">
<span class="pr-1">